summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/engine.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/engine.pod')
-rw-r--r--src/lib/libcrypto/doc/engine.pod3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/doc/engine.pod b/src/lib/libcrypto/doc/engine.pod
index 1985924319..4b4d76f3e4 100644
--- a/src/lib/libcrypto/doc/engine.pod
+++ b/src/lib/libcrypto/doc/engine.pod
@@ -24,7 +24,6 @@ engine - ENGINE cryptographic module support
24 void ENGINE_load_openssl(void); 24 void ENGINE_load_openssl(void);
25 void ENGINE_load_dynamic(void); 25 void ENGINE_load_dynamic(void);
26 #ifndef OPENSSL_NO_STATIC_ENGINE 26 #ifndef OPENSSL_NO_STATIC_ENGINE
27 void ENGINE_load_chil(void);
28 void ENGINE_load_gmp(void); 27 void ENGINE_load_gmp(void);
29 void ENGINE_load_nuron(void); 28 void ENGINE_load_nuron(void);
30 #endif 29 #endif
@@ -316,8 +315,6 @@ functions, eg.
316 315
317 /* Make the "dynamic" ENGINE available */ 316 /* Make the "dynamic" ENGINE available */
318 void ENGINE_load_dynamic(void); 317 void ENGINE_load_dynamic(void);
319 /* Make support for nCipher's "CHIL" hardware available */
320 void ENGINE_load_chil(void);
321 ... 318 ...
322 /* Make ALL ENGINE implementations bundled with OpenSSL available */ 319 /* Make ALL ENGINE implementations bundled with OpenSSL available */
323 void ENGINE_load_builtin_engines(void); 320 void ENGINE_load_builtin_engines(void);