"MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)" <[EMAIL PROTECTED]> writes:
> Oh !!.. That is correct. The SSL_LIBRARY_VERSION is only defined by the
> ssl_util_ssl.h.
> (sorry)
"make clean && make" after changing a header file and before sharing
with the world does wonders :)
--
Jeff Trawick | [EMA
Oh !!.. That is correct. The SSL_LIBRARY_VERSION is only defined by the
ssl_util_ssl.h.
(sorry)
-Madhu
> -Original Message-
> From: Jeff Trawick [mailto:trawick@;attglobal.net]
> Sent: Friday, October 25, 2002 3:10 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PATCH]Quest
"MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)" <[EMAIL PROTECTED]> writes:
> -#define modssl_PEM_read_bio_X509 PEM_read_bio_X509
> +#if (SSL_LIBRARY_VERSION < 0x00904000)
> +#define modssl_PEM_read_bio_X509(b, x, cb, arg) PEM_read_bio_X509(b, x, cb)
> +#else
> +#define modssl_PEM_read_bio_X509(b, x, c