From 8a1e1b9e55bd1a24d15947036f1da5eb5dce190f Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 2 Aug 2015 19:41:56 +0200 Subject: [PATCH 095/310] crypto/openssl: Use "ElectroBSD" in OPENSSL_VERSION_TEXT Obtained from: ElectroBSD --- crypto/openssl/include/openssl/opensslv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/openssl/include/openssl/opensslv.h b/crypto/openssl/include/openssl/opensslv.h index eb3e14013979..7d91b600690f 100644 --- a/crypto/openssl/include/openssl/opensslv.h +++ b/crypto/openssl/include/openssl/opensslv.h @@ -40,7 +40,7 @@ extern "C" { * major minor fix final patch/beta) */ # define OPENSSL_VERSION_NUMBER 0x1010111fL -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1q-freebsd 5 Jul 2022" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1q-ElectroBSD 2022-07-05" /*- * The macros below are to be used for shared library (.so, .dll, ...) -- 2.37.1