From 1034cf44b4ee0948312c11a1b079b8b04c5828e2 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 1 Oct 2008 15:01:06 +0000 Subject: Split Diffie-Hellman off almost completely, such that nearly none of it builds if it is disabled. Current deficiency: due to #if defined(BLAH) in the engine code, Botan will not be binary compat across different configurations b/c the vtable will change size. Move some source from core/ to core/libstate where it belonged (engine stuff) --- src/pubkey/dsa/dsa.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pubkey/dsa/dsa.cpp') diff --git a/src/pubkey/dsa/dsa.cpp b/src/pubkey/dsa/dsa.cpp index ef69a1ee5..c998c35b2 100644 --- a/src/pubkey/dsa/dsa.cpp +++ b/src/pubkey/dsa/dsa.cpp @@ -6,6 +6,7 @@ #include #include #include +#include namespace Botan { -- cgit v1.2.3