Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
bctoolbox
Commits
129d09aa
Commit
129d09aa
authored
Feb 16, 2016
by
jehan
Browse files
check polarssl >=1.3.8
parent
f93ebb95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
cmake/FindPolarSSL.cmake
cmake/FindPolarSSL.cmake
+4
-0
No files found.
cmake/FindPolarSSL.cmake
View file @
129d09aa
...
...
@@ -65,6 +65,10 @@ return 0;
}"
X509PARSE_CRTPATH_OK
)
check_symbol_exists
(
ssl_get_dtls_srtp_protection_profile
"polarssl/ssl.h"
HAVE_SSL_GET_DTLS_SRTP_PROTECTION_PROFILE
)
check_symbol_exists
(
ctr_drbg_free
"polarssl/ctr_drbg.h"
HAVE_CTR_DRBG_FREE
)
if
(
NOT HAVE_CTR_DRBG_FREE
)
message
(
FATAL_ERROR
"Requires polarssl/mbedtls version >=1.3.8"
)
endif
()
cmake_pop_check_state
()
endif
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment