mirror of
https://github.com/curl/curl.git
synced 2026-06-13 03:25:37 +03:00
use the good viktor macro
This commit is contained in:
parent
138dfd2959
commit
25b192e11a
1 changed files with 1 additions and 2 deletions
|
|
@ -128,8 +128,7 @@ static void ossl_provider_cleanup(struct Curl_easy *data);
|
|||
* with CURL_DBG_SOCK_RBLOCK=50. Looks like a bug on their part.
|
||||
*/
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x10100000L && \
|
||||
!defined(LIBRESSL_VERSION_NUMBER) && !defined(OPENSSL_IS_BORINGSSL) && \
|
||||
!defined(OPENSSL_IS_AWSLC)
|
||||
!defined(LIBRESSL_VERSION_NUMBER) && !defined(HAVE_BORINGSSL_LIKE)
|
||||
#define HAVE_SSL_CTX_SET_DEFAULT_READ_BUFFER_LEN 1
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue