summaryrefslogtreecommitdiff
path: root/filters.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2009-03-13 07:24:45 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2009-03-13 07:24:45 +0000
commitd1e38e564a235daba109b5cf1a369432d9c37b3d (patch)
tree944f5fa91cefbb30f9468ec090b4729c330dc667 /filters.h
parentb0cbbcd3549667cfc8acd43dbe6819fb1ac3a511 (diff)
downloadcryptopp-d1e38e564a235daba109b5cf1a369432d9c37b3d.tar.gz
fix documentation, fix VC60 compile, delete leftover .dat files
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@447 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'filters.h')
-rw-r--r--filters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters.h b/filters.h
index 7355646..b2194ca 100644
--- a/filters.h
+++ b/filters.h
@@ -340,7 +340,7 @@ private:
typedef HashVerificationFilter HashVerifier; // for backwards compatibility
//! Filter wrapper for encrypting with AuthenticatedSymmetricCipher, optionally handling padding/unpadding when needed
-/*! Additional authenticated data should be given in channel "AAD". If putMessage is true, AAD will be Put() to the attached BufferedTransformation in channel "AAD". */
+/*! Additional authenticated data should be given in channel "AAD". If putAAD is true, AAD will be Put() to the attached BufferedTransformation in channel "AAD". */
class CRYPTOPP_DLL AuthenticatedEncryptionFilter : public StreamTransformationFilter
{
public: