From 62618fda97bbde6d4cc4752101e69839fc4f3b6f Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 22 Nov 2015 19:11:31 -0500 Subject: Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding garbage to the end of some source files during drag and drop from guest to host. This reverts commit c45435812225aa68d122c7de246e5f60b509766c. --- rc2.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'rc2.h') diff --git a/rc2.h b/rc2.h index 96ed6d4d..fa2f3253 100644 --- a/rc2.h +++ b/rc2.h @@ -1,7 +1,6 @@ // rc2.h - written and placed in the public domain by Wei Dai - //! \file rc2.h -//! \brief Classes for the RC2 block cipher +//! \brief Class file for the RC2 stream cipher #ifndef CRYPTOPP_RC2_H #define CRYPTOPP_RC2_H @@ -92,4 +91,3 @@ typedef RC2::Decryption RC2Decryption; NAMESPACE_END #endif - -- cgit v1.2.1