From 9624f928f8bc3deab24d1b1a85442c6f4882cf5a Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 5 Jan 2018 18:47:28 -0500 Subject: [PATCH] Fix missing SM2 methods in Windows DLL This was not ready to be checked in. I think it cross-pollinated duing a checkin for documentation --- pubkey.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pubkey.h b/pubkey.h index 8753d8dc..3397651f 100644 --- a/pubkey.h +++ b/pubkey.h @@ -447,6 +447,7 @@ public: byte *representative, size_t representativeBitLength) const; }; +#if 0 /// \class DL_SignatureMessageEncodingMethod_SM2 /// \brief Interface for message encoding method for public key signature schemes. /// \details DL_SignatureMessageEncodingMethod_SM2 provides interfaces @@ -459,6 +460,7 @@ public: HashTransformation &hash, HashIdentifier hashIdentifier, bool messageEmpty, byte *representative, size_t representativeBitLength) const; }; +#endif /// \class PK_MessageAccumulatorBase /// \brief Interface for message encoding method for public key signature schemes.