From: Michael Wallner Date: Fri, 21 Oct 2005 10:38:28 +0000 (+0000) Subject: - proper location of the HTTP_NEED_SSL_TSL macro X-Git-Tag: RELEASE_0_17_0~26 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=0fa008b96a52991e19ffcfedf7c78ad0cb4c594f;hp=03848def2b38db9a52ab905405d9ea9ffd130e85 - proper location of the HTTP_NEED_SSL_TSL macro --- diff --git a/http_request_api.c b/http_request_api.c index b16957c..9cfa1bd 100644 --- a/http_request_api.c +++ b/http_request_api.c @@ -49,9 +49,9 @@ # define HTTP_NEED_OPENSSL_TSL # include # else /* !PHP_WIN32 */ -# define HTTP_NEED_SSL_TSL # if defined(HTTP_HAVE_OPENSSL) # if defined(HAVE_OPENSSL_CRYPTO_H) +# define HTTP_NEED_SSL_TSL # define HTTP_NEED_OPENSSL_TSL # include # else @@ -62,6 +62,7 @@ # endif # elif defined(HTTP_HAVE_GNUTLS) # if defined(HAVE_GCRYPT_H) +# define HTTP_NEED_SSL_TSL # define HTTP_NEED_GNUTLS_TSL # include # else