Skip to content

Commit 1f54521

Browse files
authored
Merge branch 'main' into penpal-openssl-cleanse-sweep
2 parents c0f589f + 44766fa commit 1f54521

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.72.1")
8+
set(SOFTWARE_VERSION "1.73.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
@@ -65,7 +65,7 @@ extern "C" {
6565
// ServiceIndicatorTest.AWSLCVersionString
6666
// Note: there are two versions of this test. Only one test is compiled
6767
// depending on FIPS mode.
68-
#define AWSLC_VERSION_NUMBER_STRING "1.72.1"
68+
#define AWSLC_VERSION_NUMBER_STRING "1.73.0"
6969

7070
#if defined(BORINGSSL_SHARED_LIBRARY)
7171

0 commit comments

Comments
 (0)