diff --git a/trunk/c5/dlltest.cpp b/trunk/c5/dlltest.cpp index ed9337a0..149d27d9 100644 --- a/trunk/c5/dlltest.cpp +++ b/trunk/c5/dlltest.cpp @@ -62,7 +62,7 @@ void FIPS140_SampleApplication() CFB_FIPS_Mode::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::Decryption decryption_DES_EDE3_CFB; decryption_DES_EDE3_CFB.SetKeyWithIV(key, sizeof(key), iv);