-
-
Notifications
You must be signed in to change notification settings - Fork 297
Fix build and tests for wolfSSL #352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
0f34fb0
1ef34b3
23f9a43
d64fe8a
f9d4940
b4352e8
871af79
421809d
9899b9a
b623a74
04ad18c
bd29c56
a7ea901
85e404d
ef2112a
000200d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -125,7 +125,8 @@ if(${JWT_SSL_LIBRARY} MATCHES "wolfSSL") | |
| target_link_libraries(jwt-cpp INTERFACE PkgConfig::wolfssl) | ||
| # This is required to access OpenSSL compatibility API | ||
| target_include_directories(jwt-cpp INTERFACE ${wolfssl_INCLUDE_DIRS}) | ||
| target_compile_definitions(jwt-cpp INTERFACE OPENSSL_EXTRA OPENSSL_ALL) | ||
| # EXTERNAL_OPTS_OPENVPN is necessary so that wolfssl/options.h is included automatically | ||
|
||
| target_compile_definitions(jwt-cpp INTERFACE OPENSSL_EXTRA OPENSSL_ALL EXTERNAL_OPTS_OPENVPN) | ||
| endif() | ||
|
|
||
| if(NOT JWT_DISABLE_PICOJSON AND JWT_EXTERNAL_PICOJSON) | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.