diff options
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); |