diff options
author | 2014-04-14 09:36:26 +0000 | |
---|---|---|
committer | 2014-04-14 09:36:26 +0000 | |
commit | d19b5a2fb3a01db8e94c4a5a4e2d5e38afb988f3 (patch) | |
tree | 44a547557ad52409d1cf6a251f8b6857de62958f /lib/libcrypto/doc/engine.pod | |
parent | "struct pkthdr" holds a routing table ID, not a routing domain one. (diff) | |
download | wireguard-openbsd-d19b5a2fb3a01db8e94c4a5a4e2d5e38afb988f3.tar.xz wireguard-openbsd-d19b5a2fb3a01db8e94c4a5a4e2d5e38afb988f3.zip |
Remove the nCipher CHIL engine. It is not standalone and depends on
external libraries that aren't covered by the same license.
Diffstat (limited to 'lib/libcrypto/doc/engine.pod')
-rw-r--r-- | lib/libcrypto/doc/engine.pod | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libcrypto/doc/engine.pod b/lib/libcrypto/doc/engine.pod index 19859243198..4b4d76f3e46 100644 --- a/lib/libcrypto/doc/engine.pod +++ b/lib/libcrypto/doc/engine.pod @@ -24,7 +24,6 @@ engine - ENGINE cryptographic module support void ENGINE_load_openssl(void); void ENGINE_load_dynamic(void); #ifndef OPENSSL_NO_STATIC_ENGINE - void ENGINE_load_chil(void); void ENGINE_load_gmp(void); void ENGINE_load_nuron(void); #endif @@ -316,8 +315,6 @@ functions, eg. /* Make the "dynamic" ENGINE available */ void ENGINE_load_dynamic(void); - /* Make support for nCipher's "CHIL" hardware available */ - void ENGINE_load_chil(void); ... /* Make ALL ENGINE implementations bundled with OpenSSL available */ void ENGINE_load_builtin_engines(void); |