summaryrefslogtreecommitdiff
path: root/eccrypto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eccrypto.cpp')
-rw-r--r--eccrypto.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/eccrypto.cpp b/eccrypto.cpp
index f0ff9ee..b80855e 100644
--- a/eccrypto.cpp
+++ b/eccrypto.cpp
@@ -2,9 +2,6 @@
#include "pch.h"
-// prevent Sun's CC compiler from including this file automatically
-#if !defined(__SUNPRO_CC) || defined(CRYPTOPP_MANUALLY_INSTANTIATE_TEMPLATES)
-
#ifndef CRYPTOPP_IMPORTS
#include "eccrypto.h"
@@ -646,5 +643,3 @@ void DL_PrivateKey_EC<EC>::DEREncodePrivateKey(BufferedTransformation &bt) const
NAMESPACE_END
#endif
-
-#endif