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/engine/openssl | |
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/engine/openssl')
-rw-r--r-- | src/engine/openssl/info.txt | 9 |
1 files changed, 9 insertions, 0 deletions
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 |