From ab5fc4ac933ff67bc800e774dffce15e2a541e90 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Tue, 7 Apr 2026 15:35:35 -0700 Subject: OpenSSL: import 3.5.6 This change adds OpenSSL 3.5.6 from upstream [1]. The 3.5.5 artifact was been verified via PGP key [2] and by SHA256 checksum [3]. This is a security release, but also contains several bugfixes. More information about the release (from a high level) can be found in the release notes [4]. 1. openssl-3.5.6.tar.gz 2. openssl-3.5.6.tar.gz.asc 3. openssl-3.5.6.tar.gz.sha256 4. https://github.com/openssl/openssl/blob/openssl-3.5.6/NEWS.md --- include/openssl/macros.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/openssl/macros.h') diff --git a/include/openssl/macros.h b/include/openssl/macros.h index de34b4640d49..315c1389c6dd 100644 --- a/include/openssl/macros.h +++ b/include/openssl/macros.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2024 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2019-2026 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -168,6 +168,7 @@ * 'no-deprecated'. */ +#undef OPENSSL_NO_DEPRECATED_3_5 #undef OPENSSL_NO_DEPRECATED_3_4 #undef OPENSSL_NO_DEPRECATED_3_1 #undef OPENSSL_NO_DEPRECATED_3_0 -- cgit v1.3