From 28901d2b99d6b9066cfdff6329d26fb975c52809 Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 8 Nov 2008 21:30:31 +0000 Subject: Remove dependency on Default_Engine from pubkey code --- src/pubkey/dh/dh_op.cpp | 20 -------------------- src/pubkey/dh/info.txt | 1 - 2 files changed, 21 deletions(-) delete mode 100644 src/pubkey/dh/dh_op.cpp (limited to 'src/pubkey/dh') diff --git a/src/pubkey/dh/dh_op.cpp b/src/pubkey/dh/dh_op.cpp deleted file mode 100644 index 3b87c6467..000000000 --- a/src/pubkey/dh/dh_op.cpp +++ /dev/null @@ -1,20 +0,0 @@ -/************************************************* -* DH Operations Source File * -* (C) 1999-2007 Jack Lloyd * -*************************************************/ - -#include -#include - -namespace Botan { - -/************************************************* -* Acquire a DH op * -*************************************************/ -DH_Operation* Default_Engine::dh_op(const DL_Group& group, - const BigInt& x) const - { - return new Default_DH_Op(group, x); - } - -} diff --git a/src/pubkey/dh/info.txt b/src/pubkey/dh/info.txt index f66294c5d..461184829 100644 --- a/src/pubkey/dh/info.txt +++ b/src/pubkey/dh/info.txt @@ -10,7 +10,6 @@ dh.h dh_core.cpp dh_core.h dh_op.h -dh_op.cpp -- cgit v1.2.3