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 --- pkcspad.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkcspad.cpp') diff --git a/pkcspad.cpp b/pkcspad.cpp index ff4dbf5..d90e4ab 100644 --- a/pkcspad.cpp +++ b/pkcspad.cpp @@ -2,6 +2,9 @@ #include "pch.h" +// prevent Sun's CC compiler from including this file automatically +#if !defined(__SUNPRO_CC) || defined(CRYPTOPP_MANUALLY_INSTANTIATE_TEMPLATES) + #include "pkcspad.h" #include @@ -117,3 +120,5 @@ void PKCS1v15_SignatureMessageEncodingMethod::ComputeMessageRepresentative(Rando #endif NAMESPACE_END + +#endif -- cgit v1.2.1