summaryrefslogtreecommitdiff
path: root/pkcspad.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-09-21 02:39:01 -0400
committerGitHub <noreply@github.com>2016-09-21 02:39:01 -0400
commit7a3318218b1811bb85357afb1ea6a5c0ee5aa36d (patch)
tree72b32d97f4cb330b9beec513708a6c0d9db6b27d /pkcspad.h
parentcd06bac6bfe7270a1f302e2a9f3137d128e5fa33 (diff)
downloadcryptopp-git-7a3318218b1811bb85357afb1ea6a5c0ee5aa36d.tar.gz
Revert "Fix clang warnings about undefined variable templates in pkcspad.h"
Diffstat (limited to 'pkcspad.h')
-rw-r--r--pkcspad.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkcspad.h b/pkcspad.h
index 7ab98adb..a400e988 100644
--- a/pkcspad.h
+++ b/pkcspad.h
@@ -54,16 +54,6 @@ CRYPTOPP_DLL_TEMPLATE_CLASS PKCS_DigestDecoration<SHA224>;
CRYPTOPP_DLL_TEMPLATE_CLASS PKCS_DigestDecoration<SHA256>;
CRYPTOPP_DLL_TEMPLATE_CLASS PKCS_DigestDecoration<SHA384>;
CRYPTOPP_DLL_TEMPLATE_CLASS PKCS_DigestDecoration<SHA512>;
-#else
-extern template class PKCS_DigestDecoration<SHA1>;
-extern template class PKCS_DigestDecoration<RIPEMD160>;
-extern template class PKCS_DigestDecoration<Tiger>;
-extern template class PKCS_DigestDecoration<SHA224>;
-extern template class PKCS_DigestDecoration<SHA256>;
-extern template class PKCS_DigestDecoration<SHA384>;
-extern template class PKCS_DigestDecoration<SHA512>;
-extern template class PKCS_DigestDecoration<Weak1::MD2>;
-extern template class PKCS_DigestDecoration<Weak1::MD5>;
#endif
//! <a href="http://www.weidai.com/scan-mirror/sig.html#sem_PKCS1-1.5">EMSA-PKCS1-v1_5</a>