diff options
Diffstat (limited to 'src/pubkey/gost_3410')
-rw-r--r-- | src/pubkey/gost_3410/gost_3410.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey/gost_3410/gost_3410.h b/src/pubkey/gost_3410/gost_3410.h index 3def2cfb9..ffaa6fc4e 100644 --- a/src/pubkey/gost_3410/gost_3410.h +++ b/src/pubkey/gost_3410/gost_3410.h @@ -108,7 +108,7 @@ class BOTAN_DLL GOST_3410_PrivateKey : public GOST_3410_PublicKey, { return EC_PublicKey::algorithm_identifier(); } }; -class BOTAN_DLL GOST_3410_Signature_Operation : public PK_Ops::Signature_Operation +class BOTAN_DLL GOST_3410_Signature_Operation : public PK_Ops::Signature { public: GOST_3410_Signature_Operation(const GOST_3410_PrivateKey& gost_3410); |