summaryrefslogtreecommitdiff
path: root/esign.h
diff options
context:
space:
mode:
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;