analyzer/ssl: handle missing <openssl/kdf.h>

This commit is contained in:
Florian Wilkens 2021-05-07 17:04:16 +02:00 committed by Florian Wilkens
parent 95a6ee27b1
commit 979bf20769
3 changed files with 16 additions and 5 deletions

View file

@ -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