[Date Prev][Date Next] [Chronological] [Thread] [Top]

Small issue with libraries/libldap/tls.c



[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