]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#8809 add missing includes
authorHoward Chu <hyc@openldap.org>
Fri, 21 Sep 2018 17:41:20 +0000 (18:41 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 24 Sep 2018 16:57:28 +0000 (16:57 +0000)
libraries/libldap/tls_o.c

index 92c708be0e7c41a48727f4e0242cc4c3c803436f..b0277dfe9b9efcf711eee0da582c2e6e11213ab0 100644 (file)
@@ -43,6 +43,9 @@
 #include <openssl/err.h>
 #include <openssl/rand.h>
 #include <openssl/safestack.h>
+#include <openssl/bn.h>
+#include <openssl/rsa.h>
+#include <openssl/dh.h>
 #elif defined( HAVE_SSL_H )
 #include <ssl.h>
 #endif