[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Small issue with libraries/libldap/tls.c
At 09:24 PM 2001-11-24, Luke Howard wrote:
>[I am posting this here as I can't seem to get to openldap.org to
> lodge an ITS.]
fixed.
Is this problem specific to a particular version of OpenSSL?
Does the include need to be conditional?
Kurt
> #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