From daec4644fb12b026eb5210827fe66cae3928635a Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 18 Dec 2006 02:34:33 +0000 Subject: update version number, port to Sun C++ 5.8 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@265 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- seal.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'seal.cpp') diff --git a/seal.cpp b/seal.cpp index 34d45c8..f240b50 100644 --- a/seal.cpp +++ b/seal.cpp @@ -2,12 +2,14 @@ // updated to SEAL 3.0 by Leonard Janke #include "pch.h" + +// prevent Sun's CC compiler from including this file automatically +#if !(defined(__SUNPRO_CC) && defined(CRYPTOPP_ITERHASH_H)) + #include "seal.h" #include "sha.h" #include "misc.h" -#include "strciphr.cpp" - NAMESPACE_BEGIN(CryptoPP) void SEAL_TestInstantiations() @@ -209,3 +211,5 @@ template class SEAL_Policy; template class SEAL_Policy; NAMESPACE_END + +#endif -- cgit v1.2.1