summaryrefslogtreecommitdiff
path: root/modes.h
diff options
context:
space:
mode:
Diffstat (limited to 'modes.h')
-rw-r--r--modes.h3
1 files changed, 2 insertions, 1 deletions
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