We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806fdfb commit b7536abCopy full SHA for b7536ab
CMakeLists.txt
@@ -4,8 +4,8 @@ if(POLICY CMP0091)
4
cmake_policy(SET CMP0091 NEW)
5
endif()
6
7
-set(SOFTWARE_NAME "awslc")
8
-set(SOFTWARE_VERSION "1.61.0")
+set(SOFTWARE_NAME "awslcfips4")
+set(SOFTWARE_VERSION "4.0.0")
9
set(ABI_VERSION 0)
10
set(CRYPTO_LIB_NAME "crypto")
11
set(SSL_LIB_NAME "ssl")
include/openssl/base.h
@@ -122,7 +122,7 @@ extern "C" {
122
// ServiceIndicatorTest.AWSLCVersionString
123
// Note: there are two versions of this test. Only one test is compiled
124
// depending on FIPS mode.
125
-#define AWSLC_VERSION_NUMBER_STRING "1.61.0"
+#define AWSLC_VERSION_NUMBER_STRING "4.0.0"
126
127
#if defined(BORINGSSL_SHARED_LIBRARY)
128
0 commit comments