From b0cbbcd3549667cfc8acd43dbe6819fb1ac3a511 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 13 Mar 2009 02:55:23 +0000 Subject: fix compile on MSVC 6 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@446 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- sha.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sha.h') diff --git a/sha.h b/sha.h index ff580f6..679081e 100644 --- a/sha.h +++ b/sha.h @@ -17,7 +17,7 @@ public: typedef SHA1 SHA; // for backwards compatibility //! implements the SHA-256 standard -class CRYPTOPP_DLL SHA256 : public IteratedHashWithStaticTransform +class CRYPTOPP_DLL SHA256 : public IteratedHashWithStaticTransform { public: #if defined(CRYPTOPP_X86_ASM_AVAILABLE) || defined(CRYPTOPP_X64_MASM_AVAILABLE) @@ -29,7 +29,7 @@ public: }; //! implements the SHA-224 standard -class CRYPTOPP_DLL SHA224 : public IteratedHashWithStaticTransform +class CRYPTOPP_DLL SHA224 : public IteratedHashWithStaticTransform { public: #if defined(CRYPTOPP_X86_ASM_AVAILABLE) || defined(CRYPTOPP_X64_MASM_AVAILABLE) -- cgit v1.2.1