From 0fa008b96a52991e19ffcfedf7c78ad0cb4c594f Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 21 Oct 2005 10:38:28 +0000 Subject: [PATCH] - proper location of the HTTP_NEED_SSL_TSL macro --- http_request_api.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2