mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Changes to make OpenSSL a requirement.
Preprocessor conditionals dependent on definition of USE_OPENSSL have been straightened out.
This commit is contained in:
parent
efc8b24576
commit
2bd8f42c15
16 changed files with 81 additions and 161 deletions
|
@ -71,10 +71,5 @@ void SSL_Analyzer_binpac::generate_warnings()
|
|||
if ( ssl_store_key_material )
|
||||
warn_("storage of key material (ssl_store_key_material) not supported");
|
||||
|
||||
#ifndef USE_OPENSSL
|
||||
if ( ssl_verify_certificates )
|
||||
warn_("verification of certificates (ssl_verify_certificates) not supported due to non-existing OpenSSL support");
|
||||
#endif
|
||||
|
||||
warnings_generated = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue