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/ecdh | |
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/ecdh')
-rw-r--r-- | src/pubkey/ecdh/ecdh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey/ecdh/ecdh.h b/src/pubkey/ecdh/ecdh.h index 92796d961..ef589d982 100644 --- a/src/pubkey/ecdh/ecdh.h +++ b/src/pubkey/ecdh/ecdh.h @@ -100,7 +100,7 @@ class BOTAN_DLL ECDH_PrivateKey : public ECDH_PublicKey, /** * ECDH operation */ -class BOTAN_DLL ECDH_KA_Operation : public PK_Ops::KA_Operation +class BOTAN_DLL ECDH_KA_Operation : public PK_Ops::Key_Agreement { public: ECDH_KA_Operation(const ECDH_PrivateKey& key); |