]> git.sur5r.net Git - openldap/commitdiff
Add #include <openssl/safestack.h> to fix ITS#1412
authorHoward Chu <hyc@openldap.org>
Fri, 30 Nov 2001 02:37:39 +0000 (02:37 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 30 Nov 2001 02:37:39 +0000 (02:37 +0000)
libraries/libldap/tls.c

index 01f6f0f0b4134194a6889132291fdf40e78f0b79..afe55f0775bf70f0f8044c822d3e6ba19d38d6cb 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