Skip to content

Commit

Permalink
Fix BOTAN_DEPRECATED in Sphincs_Hash_Type enum
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Roth <johannes.roth91@posteo.de>
  • Loading branch information
2 people authored and reneme committed Oct 14, 2024
1 parent 028efec commit d4ad4e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d4ad4e5

Please sign in to comment.