From f278895908e663a6a5a2c1f63e5523c5004f5d20 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 4 Jul 2003 00:17:37 +0000 Subject: create DLL version, fix GetNextIV() bug in CTR and OFB modes --- aes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aes.h') diff --git a/aes.h b/aes.h index ba93d10e..8ec4b8bd 100644 --- a/aes.h +++ b/aes.h @@ -11,7 +11,7 @@ NAMESPACE_BEGIN(CryptoPP) #ifdef CRYPTOPP_DOXYGEN_PROCESSING // Use inheritance instead of typedef to get a seperate API reference page for AES //! AES -class AES : public Rijndael, public BlockCipherDocumentation {}; +class AES : public Rijndael {}; #else typedef Rijndael AES; #endif -- cgit v1.2.1