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. --- skipjack.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'skipjack.h') diff --git a/skipjack.h b/skipjack.h index f512e1bf..f22390f8 100644 --- a/skipjack.h +++ b/skipjack.h @@ -1,7 +1,7 @@ // skipjack.h - written and placed in the public domain by Wei Dai //! \file skipjack.h -//! \brief Classes for the SKIPJACK block cipher +//! \brief Classes for Skipjack encryption algorithm #ifndef CRYPTOPP_SKIPJACK_H #define CRYPTOPP_SKIPJACK_H @@ -61,4 +61,3 @@ typedef SKIPJACK::Decryption SKIPJACKDecryption; NAMESPACE_END #endif -if -- cgit v1.2.1