mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
analyzer/ssl: handle missing <openssl/kdf.h>
This commit is contained in:
parent
95a6ee27b1
commit
979bf20769
3 changed files with 16 additions and 5 deletions
|
@ -77,6 +77,9 @@
|
|||
/* Compatibility for Darwin */
|
||||
#cmakedefine NEED_NAMESER_COMPAT_H
|
||||
|
||||
/* openssl/kdf.h for TLS PRF (key derivation) */
|
||||
#cmakedefine OPENSSL_HAVE_KDF_H
|
||||
|
||||
/* d2i_x509 uses const char** */
|
||||
#cmakedefine OPENSSL_D2I_X509_USES_CONST_CHAR
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue