aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/rsa
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-03-05 16:28:46 +0000
committerlloyd <[email protected]>2010-03-05 16:28:46 +0000
commit59b823d73c455b737d355a95c7f9a556ebb28eb0 (patch)
tree137128a50cee28a3defb020fe9345d14182ecf68 /src/pubkey/rsa
parentc52cfb67263a9bb227c4b6fb0a0e37ab388f933a (diff)
Rename PK_Ops::Signature_Operation to PK_Ops::Signature
Rename PK_Ops::KA_Operation to PK_Ops::Key_Agreement
Diffstat (limited to 'src/pubkey/rsa')
-rw-r--r--src/pubkey/rsa/rsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey/rsa/rsa.h b/src/pubkey/rsa/rsa.h
index 72b90fe5a..43abf2a09 100644
--- a/src/pubkey/rsa/rsa.h
+++ b/src/pubkey/rsa/rsa.h
@@ -98,7 +98,7 @@ class BOTAN_DLL RSA_PrivateKey : public RSA_PublicKey,
BigInt private_op(const byte[], u32bit) const;
};
-class BOTAN_DLL RSA_Signature_Operation : public PK_Ops::Signature_Operation
+class BOTAN_DLL RSA_Signature_Operation : public PK_Ops::Signature
{
public:
RSA_Signature_Operation(const RSA_PrivateKey& rsa);