aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/rw/rw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pubkey/rw/rw.h')
-rw-r--r--src/pubkey/rw/rw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey/rw/rw.h b/src/pubkey/rw/rw.h
index 66dfd289e..688e1db7f 100644
--- a/src/pubkey/rw/rw.h
+++ b/src/pubkey/rw/rw.h
@@ -68,7 +68,7 @@ class BOTAN_DLL RW_PrivateKey : public RW_PublicKey,
RandomNumberGenerator& rng) const;
};
-class BOTAN_DLL RW_Signature_Operation : public PK_Ops::Signature_Operation
+class BOTAN_DLL RW_Signature_Operation : public PK_Ops::Signature
{
public:
RW_Signature_Operation(const RW_PrivateKey& rw);