From 236ad79a2c124a33cbc9da96da61ff4eb0488aad Mon Sep 17 00:00:00 2001 From: lloyd Date: Thu, 2 Oct 2008 15:55:59 +0000 Subject: Add dependencies on the public key implementations in the engines code, since they assume all algos are available (need to be split up eventually, so one can use OpenSSL module in a RSA-only or DSA-only Botan) --- src/engine/gnump/info.txt | 9 +++++++++ src/engine/openssl/info.txt | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/src/engine/gnump/info.txt b/src/engine/gnump/info.txt index e65e411fd..59a9055c1 100644 --- a/src/engine/gnump/info.txt +++ b/src/engine/gnump/info.txt @@ -4,6 +4,15 @@ define ENGINE_GNU_MP load_on request + +dh +dsa +elgamal +if_algo +libstate +nr + + eng_gmp.cpp gmp_wrap.cpp diff --git a/src/engine/openssl/info.txt b/src/engine/openssl/info.txt index 7892e8e90..ce8a6cfe4 100644 --- a/src/engine/openssl/info.txt +++ b/src/engine/openssl/info.txt @@ -4,6 +4,15 @@ define ENGINE_OPENSSL load_on request + +dh +dsa +elgamal +if_algo +libstate +nr + + eng_ossl.cpp bn_wrap.cpp -- cgit v1.2.3