Skip to content

Commit

Permalink
Fix for fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
randombit committed Jul 20, 2024
1 parent 29c9a68 commit f37fe3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/pk_pad/eme_pkcs1/eme_pkcs.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Botan {
/**
* EME from PKCS #1 v1.5
*/
class EME_PKCS1v15 final : public EME {
class BOTAN_FUZZER_API EME_PKCS1v15 final : public EME {
private:
size_t maximum_input_size(size_t) const override;

Expand Down

0 comments on commit f37fe3e

Please sign in to comment.