- proper location of the HTTP_NEED_SSL_TSL macro
[m6w6/ext-http] / php_http_request_api.h
index 9a24b3c7ebf0e795fa1d82939be2fdf279ecd5cc..b80e42b92637d59e4e8ecdeeb730b7f55c26a083 100644 (file)
 #ifndef PHP_HTTP_REQUEST_API_H
 #define PHP_HTTP_REQUEST_API_H
 
-#define http_request_supports_ssl() _http_request_supports_ssl()
-extern zend_bool _http_request_supports_ssl(void);
-
-
 #ifdef HTTP_HAVE_CURL
 
 #include "php_http_std_defs.h"