summaryrefslogtreecommitdiff
path: root/des.h
diff options
context:
space:
mode:
Diffstat (limited to 'des.h')
-rw-r--r--des.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/des.h b/des.h
index 9c218af..272bc53 100644
--- a/des.h
+++ b/des.h
@@ -54,7 +54,7 @@ public:
//! _
struct DES_EDE2_Info : public FixedBlockSize<8>, public FixedKeyLength<16>
{
- CRYPTOPP_DLL static const char * StaticAlgorithmName() {return "DES-EDE2";}
+ CRYPTOPP_DLL static const char * CRYPTOPP_API StaticAlgorithmName() {return "DES-EDE2";}
};
/// <a href="http://www.weidai.com/scan-mirror/cs.html#DESede">DES-EDE2</a>
@@ -78,7 +78,7 @@ public:
//! _
struct DES_EDE3_Info : public FixedBlockSize<8>, public FixedKeyLength<24>
{
- CRYPTOPP_DLL static const char * StaticAlgorithmName() {return "DES-EDE3";}
+ CRYPTOPP_DLL static const char * CRYPTOPP_API StaticAlgorithmName() {return "DES-EDE3";}
};
/// <a href="http://www.weidai.com/scan-mirror/cs.html#DESede">DES-EDE3</a>