fix DLL compile

pull/2/head
weidai 2007-05-04 19:30:10 +00:00
parent 0f96a7cd38
commit 859e63275f
1 changed files with 1 additions and 1 deletions

2
misc.h
View File

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