fix DLL compile
parent
7b123bab1e
commit
19fda68b23
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue