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

RE: Small issue with libraries/libldap/tls.c



I think the file itself has existed for quite a long time, but since
0.9.6 things have been changing in the OpenSSL internals. It is probably
safe to include it unconditionally.

  -- Howard Chu
  Chief Architect, Symas Corp.       Director, Highland Sun
  http://www.symas.com               http://highlandsun.com/hyc  
  Symas: Premier OpenSource Development and Support

> -----Original Message-----
> From: owner-openldap-devel@OpenLDAP.org
> [mailto:owner-openldap-devel@OpenLDAP.org]On Behalf Of Kurt D. Zeilenga
> Sent: Monday, November 26, 2001 2:05 PM
> To: lukeh@PADL.COM
> Cc: openldap-devel@OpenLDAP.org
> Subject: 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
>