[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Small issue with libraries/libldap/tls.c
- To: openldap-devel@OpenLDAP.org
- Subject: Small issue with libraries/libldap/tls.c
- From: Luke Howard <lukeh@PADL.COM>
- Date: Sun, 25 Nov 2001 16:24:39 +1100
- Organization: PADL Software Pty Ltd
- Versions: dmail (bsd44) 2.2g/makemail 2.9a
[I am posting this here as I can't seem to get to openldap.org to
lodge an ITS.]
#ifdef HAVE_OPENSSL_SSL_H
#include <openssl/ssl.h>
#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
I found it was necessary to import openssl/safestack.h in order to
import the sk_GENERAL_NAME_xxx macros.
-- Luke
--
Luke Howard | lukehoward.com
PADL Software | www.padl.com