]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Safestack fix
authorKurt Zeilenga <kurt@openldap.org>
Tue, 4 Dec 2001 19:31:13 +0000 (19:31 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 4 Dec 2001 19:31:13 +0000 (19:31 +0000)
libraries/libldap/tls.c

index 23c5042a3bcf71598e52ed24edaba7c02494d560..45563801a5c6f7af28f36cf917953a78469b6a3f 100644 (file)
@@ -31,6 +31,7 @@
 #include <openssl/x509v3.h>
 #include <openssl/err.h>
 #include <openssl/rand.h>
+#include <openssl/safestack.h>
 #elif defined( HAVE_SSL_H )
 #include <ssl.h>
 #endif