From f1b1bf3d0dea2032f9ce5f9b3d29b7ed5d22a32a Mon Sep 17 00:00:00 2001 From: weidai Date: Tue, 3 Mar 2009 03:28:39 +0000 Subject: tweaks/fixes for 5.6 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@435 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- datatest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'datatest.cpp') diff --git a/datatest.cpp b/datatest.cpp index 72d3b28..0ae50dd 100644 --- a/datatest.cpp +++ b/datatest.cpp @@ -397,7 +397,7 @@ void TestAuthenticatedSymmetricCipher(TestData &v, const NameValuePairs &overrid std::string encrypted, decrypted; AuthenticatedEncryptionFilter ef(*asc1, new StringSink(encrypted)); - AuthenticatedDecryptionFilter df(*asc2, new StringSink(decrypted), AuthenticatedDecryptionFilter::DEFAULT_PADDING, AuthenticatedDecryptionFilter::MAC_AT_BEGIN); + AuthenticatedDecryptionFilter df(*asc2, new StringSink(decrypted), AuthenticatedDecryptionFilter::MAC_AT_BEGIN); if (asc1->NeedsPrespecifiedDataLengths()) { -- cgit v1.2.1