aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/dh/dh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pubkey/dh/dh.h')
-rw-r--r--src/pubkey/dh/dh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey/dh/dh.h b/src/pubkey/dh/dh.h
index 318a6215c..ed8caf0c1 100644
--- a/src/pubkey/dh/dh.h
+++ b/src/pubkey/dh/dh.h
@@ -74,7 +74,7 @@ class BOTAN_DLL DH_PrivateKey : public DH_PublicKey,
/**
* DH operation
*/
-class BOTAN_DLL DH_KA_Operation : public PK_Ops::KA_Operation
+class BOTAN_DLL DH_KA_Operation : public PK_Ops::Key_Agreement
{
public: