From 7a3318218b1811bb85357afb1ea6a5c0ee5aa36d Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 21 Sep 2016 02:39:01 -0400 Subject: [PATCH] Revert "Fix clang warnings about undefined variable templates in pkcspad.h" --- pkcspad.h | 10 ---------- 1 file changed, 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; CRYPTOPP_DLL_TEMPLATE_CLASS PKCS_DigestDecoration; CRYPTOPP_DLL_TEMPLATE_CLASS PKCS_DigestDecoration; CRYPTOPP_DLL_TEMPLATE_CLASS PKCS_DigestDecoration; -#else -extern template class PKCS_DigestDecoration; -extern template class PKCS_DigestDecoration; -extern template class PKCS_DigestDecoration; -extern template class PKCS_DigestDecoration; -extern template class PKCS_DigestDecoration; -extern template class PKCS_DigestDecoration; -extern template class PKCS_DigestDecoration; -extern template class PKCS_DigestDecoration; -extern template class PKCS_DigestDecoration; #endif //! EMSA-PKCS1-v1_5