]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
OpenSSL: Include openssl/engine.h and openssl/dsa.h explicitly
authorJouni Malinen <j@w1.fi>
Mon, 27 Jul 2015 21:57:36 +0000 (00:57 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 28 Jul 2015 15:56:45 +0000 (18:56 +0300)
This seems to be needed for OpenSSL 1.1.0.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/tls_openssl.c

index 3015a152a331b5041f4a3b88a7130382b6dbbbb2..85bea7209cf4d6c2660002d9d6cf51e2205cad85 100644 (file)
 #ifndef OPENSSL_NO_ENGINE
 #include <openssl/engine.h>
 #endif /* OPENSSL_NO_ENGINE */
+#ifndef OPENSSL_NO_DSA
+#include <openssl/dsa.h>
+#endif
+#ifndef OPENSSL_NO_DH
+#include <openssl/dh.h>
+#endif
 
 #include "common.h"
 #include "crypto.h"