summaryrefslogtreecommitdiff
path: root/dlltest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dlltest.cpp')
-rw-r--r--dlltest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dlltest.cpp b/dlltest.cpp
index ed9337a..149d27d 100644
--- a/dlltest.cpp
+++ b/dlltest.cpp
@@ -62,7 +62,7 @@ void FIPS140_SampleApplication()
CFB_FIPS_Mode<DES_EDE3>::Encryption encryption_DES_EDE3_CFB;
encryption_DES_EDE3_CFB.SetKeyWithIV(key, sizeof(key), iv);
- encryption_DES_EDE3_CFB.ProcessString(ciphertext, plaintext, 23);
+ encryption_DES_EDE3_CFB.ProcessString(ciphertext, plaintext, 24);
CFB_FIPS_Mode<DES_EDE3>::Decryption decryption_DES_EDE3_CFB;
decryption_DES_EDE3_CFB.SetKeyWithIV(key, sizeof(key), iv);