From ad097dd7fc27db3d8fbd6fa65e70f8e61a12904a Mon Sep 17 00:00:00 2001 From: Michael <57787676+baentsch@users.noreply.github.com> Date: Sat, 1 Jul 2023 10:38:17 +0200 Subject: [PATCH] update version ID for release --- include/openssl/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h index ce00b5af76..650f1b30a5 100644 --- a/include/openssl/crypto.h +++ b/include/openssl/crypto.h @@ -110,7 +110,7 @@ OPENSSL_EXPORT size_t FIPS_read_counter(enum fips_counter_t counter); // OPENSSL_VERSION_TEXT contains a string the identifies the version of // “OpenSSL”. node.js requires a version number in this text. -#define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1 (compatible; BoringSSL; OQS 2022-08)" +#define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1 (compatible; BoringSSL; OQS 2023-06)" #define OPENSSL_VERSION 0 #define OPENSSL_CFLAGS 1