Revert "Fix clang warnings about undefined variable templates in pkcspad.h"

pull/294/head
Jeffrey Walton 2016-09-21 02:39:01 -04:00 committed by GitHub
parent cd06bac6bf
commit 7a3318218b
1 changed files with 0 additions and 10 deletions

View File

@ -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>