Skip to content

Commit e4f67d2

Browse files
committed
Prepare AWS-LC v1.61.0 (#2681)
Prepare AWS-LC v1.61.0.
1 parent 4bc9ade commit e4f67d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_policy(SET CMP0091 NEW)
55
endif()
66

77
set(SOFTWARE_NAME "awslc")
8-
set(SOFTWARE_VERSION "1.60.0")
8+
set(SOFTWARE_VERSION "1.61.0")
99
set(ABI_VERSION 0)
1010
set(CRYPTO_LIB_NAME "crypto")
1111
set(SSL_LIB_NAME "ssl")

include/openssl/base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ extern "C" {
122122
// ServiceIndicatorTest.AWSLCVersionString
123123
// Note: there are two versions of this test. Only one test is compiled
124124
// depending on FIPS mode.
125-
#define AWSLC_VERSION_NUMBER_STRING "1.60.0"
125+
#define AWSLC_VERSION_NUMBER_STRING "1.61.0"
126126

127127
#if defined(BORINGSSL_SHARED_LIBRARY)
128128

0 commit comments

Comments
 (0)