From 4c75de69b24871de29dce26c81fc8e1644b91964 Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 3 Feb 2003 23:59:45 +0000 Subject: add missing #include, and fix CounterMode typedef git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@27 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- modes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modes.h') diff --git a/modes.h b/modes.h index b57bd8d..457cf16 100644 --- a/modes.h +++ b/modes.h @@ -9,6 +9,7 @@ #include "misc.h" #include "strciphr.h" #include "argnames.h" +#include "algparam.h" NAMESPACE_BEGIN(CryptoPP) @@ -361,7 +362,7 @@ struct CBC_CTS_Mode_ExternalCipher : public CipherModeDocumentation typedef CFB_Mode_ExternalCipher::Encryption CFBEncryption; typedef CFB_Mode_ExternalCipher::Decryption CFBDecryption; typedef OFB_Mode_ExternalCipher::Encryption OFB; -typedef OFB_Mode_ExternalCipher::Encryption CounterMode; +typedef CTR_Mode_ExternalCipher::Encryption CounterMode; #endif NAMESPACE_END -- cgit v1.2.1