or higher -> or greater 9 src

This commit is contained in:
Viktor Szakats 2026-05-26 18:45:18 +02:00
parent 46d858bc3b
commit 037ff984ff
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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)