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. --- safer.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'safer.h') diff --git a/safer.h b/safer.h index a828c629..beba9d10 100644 --- a/safer.h +++ b/safer.h @@ -1,11 +1,9 @@ -// safer.h - written and placed in the public domain by Wei Dai - -//! \file safer.h -//! \brief Classes for the SAFER block cipher - #ifndef CRYPTOPP_SAFER_H #define CRYPTOPP_SAFER_H +/** \file +*/ + #include "seckey.h" #include "secblock.h" -- cgit v1.2.1