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.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/doc/engine.pod b/src/lib/libcrypto/doc/engine.pod
index 4a6ee59138..578a702371 100644
--- a/src/lib/libcrypto/doc/engine.pod
+++ b/src/lib/libcrypto/doc/engine.pod
@@ -309,11 +309,11 @@ consideration is whether any/all available ENGINE implementations should be
309made visible to OpenSSL - this is controlled by calling the various "load" 309made visible to OpenSSL - this is controlled by calling the various "load"
310functions, eg. 310functions, eg.
311 311
312 /* Make the "dynamic" ENGINE available */
313 void ENGINE_load_dynamic(void);
314 ...
315 /* Make ALL ENGINE implementations bundled with OpenSSL available */ 312 /* Make ALL ENGINE implementations bundled with OpenSSL available */
316 void ENGINE_load_builtin_engines(void); 313 ENGINE_load_builtin_engines();
314
315Note that ENGINE_load_dynamic(void) is a placeholder and does not enable
316dynamic engine loading support.
317 317
318Having called any of these functions, ENGINE objects would have been 318Having called any of these functions, ENGINE objects would have been
319dynamically allocated and populated with these implementations and linked 319dynamically allocated and populated with these implementations and linked