diff --git a/src/lib/pubkey/sphincsplus/sphincsplus_common/sp_parameters.h b/src/lib/pubkey/sphincsplus/sphincsplus_common/sp_parameters.h index ded20e301c..5cfd1b17b8 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 {