From 59b823d73c455b737d355a95c7f9a556ebb28eb0 Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 5 Mar 2010 16:28:46 +0000 Subject: Rename PK_Ops::Signature_Operation to PK_Ops::Signature Rename PK_Ops::KA_Operation to PK_Ops::Key_Agreement --- src/pubkey/dh/dh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pubkey/dh') 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: -- cgit v1.2.3