diff options
author | lloyd <[email protected]> | 2008-10-08 15:39:22 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-08 15:39:22 +0000 |
commit | 60a47f9e5a095b0a1badb545233339aeaa353dbf (patch) | |
tree | b5fafb725e651a47d4b6dde6a9d8a93d27bf1032 /src/engine | |
parent | 8ffbc8cdb2ee4db93439721d95fc9f12c377d436 (diff) |
Split kdf.h and kdf.cpp from core/ to kdf/kdf_base
Update dependencies as needed.
Diffstat (limited to 'src/engine')
-rw-r--r-- | src/engine/gnump/info.txt | 4 | ||||
-rw-r--r-- | src/engine/openssl/info.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/engine/gnump/info.txt b/src/engine/gnump/info.txt index 59a9055c1..c428c32d6 100644 --- a/src/engine/gnump/info.txt +++ b/src/engine/gnump/info.txt @@ -4,14 +4,14 @@ define ENGINE_GNU_MP load_on request -<required> +<requires> dh dsa elgamal if_algo libstate nr -</required> +</requires> <add> eng_gmp.cpp diff --git a/src/engine/openssl/info.txt b/src/engine/openssl/info.txt index ce8a6cfe4..d04c3790d 100644 --- a/src/engine/openssl/info.txt +++ b/src/engine/openssl/info.txt @@ -4,14 +4,14 @@ define ENGINE_OPENSSL load_on request -<required> +<requires> dh dsa elgamal if_algo libstate nr -</required> +</requires> <add> eng_ossl.cpp |