From 5fa8124f5156963e798f5cffa812cb9910e4e8de Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 10 Jul 2003 04:34:23 +0000 Subject: merge in 5.0.4 changes (exclude DES and SHA-2 from DLL), attempt (failed) to build DLL with GCC git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@90 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- dessp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dessp.cpp') diff --git a/dessp.cpp b/dessp.cpp index 4ef9d18..49ed1d2 100644 --- a/dessp.cpp +++ b/dessp.cpp @@ -15,7 +15,7 @@ void DES_VC60Workaround() { } -const word32 DES::Base::Spbox[8][64] = { +const word32 RawDES::Spbox[8][64] = { { 0x01010400,0x00000000,0x00010000,0x01010404, 0x01010004,0x00010404,0x00000004,0x00010000, 0x00000400,0x01010400,0x01010404,0x00000400, 0x01000404,0x01010004,0x01000000,0x00000004, -- cgit v1.2.1