mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Don't link against openssl 1.1 in curl
This commit is contained in:
commit
0b4da7e6da
2 changed files with 15 additions and 5 deletions
|
@ -41,7 +41,7 @@
|
|||
#endif
|
||||
|
||||
/* {{{ cruft for thread safe SSL crypto locks */
|
||||
#if defined(ZTS) && defined(HAVE_CURL_OPENSSL)
|
||||
#if defined(ZTS) && defined(HAVE_CURL_OLD_OPENSSL)
|
||||
# if defined(HAVE_OPENSSL_CRYPTO_H)
|
||||
# define PHP_CURL_NEED_OPENSSL_TSL
|
||||
# include <openssl/crypto.h>
|
||||
|
@ -51,7 +51,7 @@
|
|||
"openssl/crypto.h; thus no SSL crypto locking callbacks will be set, which may " \
|
||||
"cause random crashes on SSL requests"
|
||||
# endif
|
||||
#endif /* ZTS && HAVE_CURL_OPENSSL */
|
||||
#endif /* ZTS && HAVE_CURL_OLD_OPENSSL */
|
||||
/* }}} */
|
||||
|
||||
#define SMART_STR_PREALLOC 4096
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue