From efbfa7174dd42e2d3e5b648af9c43e48425d0848 Mon Sep 17 00:00:00 2001 From: Justin Smith Date: Wed, 19 Nov 2025 13:20:53 -0500 Subject: [PATCH] Prepare AWS-LC v1.65.0 --- CMakeLists.txt | 2 +- include/openssl/base.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 13aed514cbd..5463684d549 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_policy(SET CMP0091 NEW) endif() set(SOFTWARE_NAME "awslc") -set(SOFTWARE_VERSION "1.64.0") +set(SOFTWARE_VERSION "1.65.0") set(ABI_VERSION 0) set(CRYPTO_LIB_NAME "crypto") set(SSL_LIB_NAME "ssl") diff --git a/include/openssl/base.h b/include/openssl/base.h index bab21e710a5..311d5a40838 100644 --- a/include/openssl/base.h +++ b/include/openssl/base.h @@ -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.64.0" +#define AWSLC_VERSION_NUMBER_STRING "1.65.0" #if defined(BORINGSSL_SHARED_LIBRARY)