summaryrefslogtreecommitdiff
path: root/pubkey.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-01-05 18:47:28 -0500
committerJeffrey Walton <noloader@gmail.com>2018-01-05 18:47:28 -0500
commit9624f928f8bc3deab24d1b1a85442c6f4882cf5a (patch)
treead4012eb366ff5179bc06bce740793728233c166 /pubkey.h
parent9c80a706c8712f817184bf3c02a6addcc37e6abd (diff)
downloadcryptopp-git-9624f928f8bc3deab24d1b1a85442c6f4882cf5a.tar.gz
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
Diffstat (limited to 'pubkey.h')
-rw-r--r--pubkey.h2
1 files changed, 2 insertions, 0 deletions
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.