Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ if(POLICY CMP0091)
cmake_policy(SET CMP0091 NEW)
endif()

set(SOFTWARE_NAME "awslc")
set(SOFTWARE_VERSION "1.61.0")
set(SOFTWARE_NAME "awslcfips4")
set(SOFTWARE_VERSION "4.0.0")
set(ABI_VERSION 0)
set(CRYPTO_LIB_NAME "crypto")
set(SSL_LIB_NAME "ssl")
Expand Down
2 changes: 1 addition & 1 deletion include/openssl/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ extern "C" {
// ServiceIndicatorTest.AWSLCVersionString
// Note: there are two versions of this test. Only one test is compiled
// depending on FIPS mode.
#define AWSLC_VERSION_NUMBER_STRING "1.61.0"
#define AWSLC_VERSION_NUMBER_STRING "4.0.0"

#if defined(BORINGSSL_SHARED_LIBRARY)

Expand Down
Loading