summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/OPENSSL_load_builtin_modules.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/OPENSSL_load_builtin_modules.pod')
-rw-r--r--src/lib/libcrypto/doc/OPENSSL_load_builtin_modules.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/doc/OPENSSL_load_builtin_modules.pod b/src/lib/libcrypto/doc/OPENSSL_load_builtin_modules.pod
index f14dfaf005..6c99170197 100644
--- a/src/lib/libcrypto/doc/OPENSSL_load_builtin_modules.pod
+++ b/src/lib/libcrypto/doc/OPENSSL_load_builtin_modules.pod
@@ -24,15 +24,15 @@ ENGINE_add_conf_module() adds just the ENGINE configuration module.
24 24
25=head1 NOTES 25=head1 NOTES
26 26
27If the simple configuration function OPENSSL_config() is called then 27If the simple configuration function OPENSSL_config() is called then
28OPENSSL_load_builtin_modules() is called automatically. 28OPENSSL_load_builtin_modules() is called automatically.
29 29
30Applications which use the configuration functions directly will need to 30Applications which use the configuration functions directly will need to
31call OPENSSL_load_builtin_modules() themselves I<before> any other 31call OPENSSL_load_builtin_modules() themselves I<before> any other
32configuration code. 32configuration code.
33 33
34Applications should call OPENSSL_load_builtin_modules() to load all 34Applications should call OPENSSL_load_builtin_modules() to load all
35configuration modules instead of adding modules selectively: otherwise 35configuration modules instead of adding modules selectively: otherwise
36functionality may be missing from the application if an when new 36functionality may be missing from the application if an when new
37modules are added. 37modules are added.
38 38