summaryrefslogtreecommitdiff
path: root/oaep.h
diff options
context:
space:
mode:
Diffstat (limited to 'oaep.h')
-rw-r--r--oaep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/oaep.h b/oaep.h
index 6b3ef67..f3dd865 100644
--- a/oaep.h
+++ b/oaep.h
@@ -26,7 +26,7 @@ template <class H, class MGF=P1363_MGF1>
class OAEP : public OAEP_Base, public EncryptionStandard
{
public:
- static std::string StaticAlgorithmName() {return std::string("OAEP-") + MGF::StaticAlgorithmName() + "(" + H::StaticAlgorithmName() + ")";}
+ static std::string CRYPTOPP_API StaticAlgorithmName() {return std::string("OAEP-") + MGF::StaticAlgorithmName() + "(" + H::StaticAlgorithmName() + ")";}
typedef OAEP<H, MGF> EncryptionMessageEncodingMethod;
protected: