aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/engine.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-03-05 16:28:46 +0000
committerlloyd <[email protected]>2010-03-05 16:28:46 +0000
commit59b823d73c455b737d355a95c7f9a556ebb28eb0 (patch)
tree137128a50cee28a3defb020fe9345d14182ecf68 /src/engine/engine.h
parentc52cfb67263a9bb227c4b6fb0a0e37ab388f933a (diff)
Rename PK_Ops::Signature_Operation to PK_Ops::Signature
Rename PK_Ops::KA_Operation to PK_Ops::Key_Agreement
Diffstat (limited to 'src/engine/engine.h')
-rw-r--r--src/engine/engine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/engine.h b/src/engine/engine.h
index c62a7f956..c45718662 100644
--- a/src/engine/engine.h
+++ b/src/engine/engine.h
@@ -70,13 +70,13 @@ class BOTAN_DLL Engine
Algorithm_Factory&)
{ return 0; }
- virtual PK_Ops::KA_Operation*
+ virtual PK_Ops::Key_Agreement*
get_key_agreement_op(const Private_Key&) const
{
return 0;
}
- virtual PK_Ops::Signature_Operation*
+ virtual PK_Ops::Signature*
get_signature_op(const Private_Key&) const
{
return 0;