Fix ChaCha debug builds

This broke at https://github.com/weidai11/cryptopp/commit/e2be0cdecce7
pull/704/head
Jeffrey Walton 2018-08-18 01:31:35 -04:00
parent f2171cbe2f
commit 48f2d95b0f
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -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