From 15855226fa3b50e64f879905daf16db476c8f45e Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 22 Sep 2016 23:57:57 -0400 Subject: Clang 3.9 and missing member definitions for template classes (Issue 300) --- pubkey.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pubkey.h') diff --git a/pubkey.h b/pubkey.h index a2032612..9a89d388 100644 --- a/pubkey.h +++ b/pubkey.h @@ -327,7 +327,8 @@ public: // ******************************************************** -typedef std::pair HashIdentifier; +// Typedef change due to Clang, http://github.com/weidai11/cryptopp/issues/300 +typedef std::pair HashIdentifier; //! \class PK_SignatureMessageEncodingMethod //! \brief Interface for message encoding method for public key signature schemes. -- cgit v1.2.1