mirror of
https://github.com/curl/curl.git
synced 2026-06-13 09:15:39 +03:00
or higher -> or greater 9 src
This commit is contained in:
parent
46d858bc3b
commit
037ff984ff
2 changed files with 3 additions and 3 deletions
|
|
@ -87,11 +87,11 @@
|
|||
#ifdef LIBRESSL_VERSION_NUMBER
|
||||
/* As of LibreSSL 2.0.0-4.0.0: OPENSSL_VERSION_NUMBER == 0x20000000L */
|
||||
# if LIBRESSL_VERSION_NUMBER < 0x2090100fL /* 2019-04-13 */
|
||||
# error "LibreSSL 2.9.1 or higher required"
|
||||
# error "LibreSSL 2.9.1 or greater required"
|
||||
# endif
|
||||
#elif !defined(HAVE_BORINGSSL_LIKE)
|
||||
# ifndef HAVE_OPENSSL3 /* 2021-09-07 */
|
||||
# error "OpenSSL 3.0.0 or higher required"
|
||||
# error "OpenSSL 3.0.0 or greater required"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@
|
|||
#include "urldata.h"
|
||||
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x30000000L
|
||||
#define HAVE_OPENSSL3 /* non-fork OpenSSL 3.x or higher */
|
||||
#define HAVE_OPENSSL3 /* non-fork OpenSSL 3.x or greater */
|
||||
#endif
|
||||
|
||||
#if defined(OPENSSL_IS_AWSLC) || defined(OPENSSL_IS_BORINGSSL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue