diff options
author | lloyd <[email protected]> | 2010-03-05 16:28:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-05 16:28:46 +0000 |
commit | 59b823d73c455b737d355a95c7f9a556ebb28eb0 (patch) | |
tree | 137128a50cee28a3defb020fe9345d14182ecf68 /src/pubkey/dsa/dsa.h | |
parent | c52cfb67263a9bb227c4b6fb0a0e37ab388f933a (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/dsa/dsa.h')
-rw-r--r-- | src/pubkey/dsa/dsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey/dsa/dsa.h b/src/pubkey/dsa/dsa.h index f8db77a1b..7745e08ff 100644 --- a/src/pubkey/dsa/dsa.h +++ b/src/pubkey/dsa/dsa.h @@ -59,7 +59,7 @@ class BOTAN_DLL DSA_PrivateKey : public DSA_PublicKey, bool check_key(RandomNumberGenerator& rng, bool strong) const; }; -class BOTAN_DLL DSA_Signature_Operation : public PK_Ops::Signature_Operation +class BOTAN_DLL DSA_Signature_Operation : public PK_Ops::Signature { public: DSA_Signature_Operation(const DSA_PrivateKey& dsa); |