From 242d67fb17619670d9b757c442dcf2e26d8478a1 Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 20 Jan 2005 04:19:35 +0000 Subject: changes done for FIPS-140 lab code drop git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@195 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- des.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'des.h') 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";} }; /// DES-EDE2 @@ -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";} }; /// DES-EDE3 -- cgit v1.2.1