summaryrefslogtreecommitdiff
path: root/esign.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2006-12-18 02:34:33 +0000
committerweidai <weidai11@users.noreply.github.com>2006-12-18 02:34:33 +0000
commit43b41c1042164bc5194f3f61a2ca131ea9014b4a (patch)
tree9732b0bb2e34535743af1bc3680de2ea8d013710 /esign.h
parent54a2acd0aab8ab74ae2c9b88805d259398a1b17e (diff)
downloadcryptopp-git-43b41c1042164bc5194f3f61a2ca131ea9014b4a.tar.gz
update version number, port to Sun C++ 5.8
Diffstat (limited to 'esign.h')
-rw-r--r--esign.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/esign.h b/esign.h
index 083ef9f9..8eecbc5a 100644
--- a/esign.h
+++ b/esign.h
@@ -8,11 +8,12 @@
#include "pubkey.h"
#include "integer.h"
+#include "asn.h"
NAMESPACE_BEGIN(CryptoPP)
//! _
-class ESIGNFunction : public TrapdoorFunction, public PublicKey, public ASN1CryptoMaterial
+class ESIGNFunction : public TrapdoorFunction, public ASN1CryptoMaterial<PublicKey>
{
typedef ESIGNFunction ThisClass;