diff options
author | lloyd <[email protected]> | 2008-10-02 15:55:59 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-02 15:55:59 +0000 |
commit | 236ad79a2c124a33cbc9da96da61ff4eb0488aad (patch) | |
tree | 6d97cad3f95981ea741f4c6e63586568ffb68698 /src | |
parent | 6eaae824eb88873748984ec53f6bf285dd30244c (diff) |
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)
Diffstat (limited to 'src')
-rw-r--r-- | src/engine/gnump/info.txt | 9 | ||||
-rw-r--r-- | src/engine/openssl/info.txt | 9 |
2 files changed, 18 insertions, 0 deletions
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 +<required> +dh +dsa +elgamal +if_algo +libstate +nr +</required> + <add> 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 +<required> +dh +dsa +elgamal +if_algo +libstate +nr +</required> + <add> eng_ossl.cpp bn_wrap.cpp |