fix DLL compile

import/raw
weidai 2007-05-04 19:30:10 +00:00
parent 7b123bab1e
commit 19fda68b23
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ inline CipherDir GetCipherDir(const T &obj)
return obj.IsForwardTransformation() ? ENCRYPTION : DECRYPTION; return obj.IsForwardTransformation() ? ENCRYPTION : DECRYPTION;
} }
void CallNewHandler(); CRYPTOPP_DLL void CallNewHandler();
inline void IncrementCounterByOne(byte *inout, unsigned int s) inline void IncrementCounterByOne(byte *inout, unsigned int s)
{ {