From 99a83105bdfcc751de4074bda29fe24665e8788a Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 22 Sep 2016 12:23:46 -0400 Subject: [PATCH] =?UTF-8?q?"EMSA2HashId::id"=20=E2=86=92=20"EMSA2Hash?= =?UTF-8?q?Id::id"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dll.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll.cpp b/dll.cpp index 72dade91..c6733afc 100644 --- a/dll.cpp +++ b/dll.cpp @@ -38,7 +38,7 @@ template<> const unsigned int PKCS_DigestDecoration::length = sizeof(PKC template<> const byte PKCS_DigestDecoration::decoration[] = {0x30,0x51,0x30,0x0d,0x06,0x09,0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x02,0x03,0x05,0x00,0x04,0x40}; template<> const unsigned int PKCS_DigestDecoration::length = sizeof(PKCS_DigestDecoration::decoration); -template<> const byte EMSA2HashId::id = 0x33; +template<> const byte EMSA2HashId::id = 0x33; template<> const byte EMSA2HashId::id = 0x38; template<> const byte EMSA2HashId::id = 0x34; template<> const byte EMSA2HashId::id = 0x36;