Fix ChaCha debug builds
This broke at https://github.com/weidai11/cryptopp/commit/e2be0cdecce7pull/704/head
parent
f2171cbe2f
commit
48f2d95b0f
|
|
@ -20,7 +20,7 @@ NAMESPACE_BEGIN(CryptoPP)
|
|||
#if defined(CRYPTOPP_DEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING)
|
||||
void ChaCha_TestInstantiations()
|
||||
{
|
||||
ChaCha8::Encryption x;
|
||||
ChaCha::Encryption x;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue