fix DLL compile
parent
0f96a7cd38
commit
859e63275f
2
misc.h
2
misc.h
|
|
@ -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