diff --git a/chacha.cpp b/chacha.cpp index f92f7b20..504057f5 100644 --- a/chacha.cpp +++ b/chacha.cpp @@ -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