From d4ad4e5b531e24ee00a116764b22fe6d2575379a Mon Sep 17 00:00:00 2001 From: Fabian Albert Date: Tue, 1 Oct 2024 12:45:15 +0200 Subject: [PATCH] Fix BOTAN_DEPRECATED in Sphincs_Hash_Type enum Co-authored-by: Johannes Roth --- src/lib/pubkey/sphincsplus/sphincsplus_common/sp_parameters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/pubkey/sphincsplus/sphincsplus_common/sp_parameters.h b/src/lib/pubkey/sphincsplus/sphincsplus_common/sp_parameters.h index ded20e301c6..5cfd1b17b84 100644 --- a/src/lib/pubkey/sphincsplus/sphincsplus_common/sp_parameters.h +++ b/src/lib/pubkey/sphincsplus/sphincsplus_common/sp_parameters.h @@ -18,7 +18,7 @@ namespace Botan { enum class Sphincs_Hash_Type { Shake256, Sha256, - BOTAN_DEPRECATED("Haraka is not and will not be supported") Haraka, ///< Haraka is currently not supported + Haraka BOTAN_DEPRECATED("Haraka is not and will not be supported"), ///< Haraka is currently not supported }; enum class Sphincs_Parameter_Set {