diff options
Diffstat (limited to 'src/lib/libcrypto/doc/OPENSSL_load_builtin_modules.pod')
-rw-r--r-- | src/lib/libcrypto/doc/OPENSSL_load_builtin_modules.pod | 6 |
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 | ||
27 | If the simple configuration function OPENSSL_config() is called then | 27 | If the simple configuration function OPENSSL_config() is called then |
28 | OPENSSL_load_builtin_modules() is called automatically. | 28 | OPENSSL_load_builtin_modules() is called automatically. |
29 | 29 | ||
30 | Applications which use the configuration functions directly will need to | 30 | Applications which use the configuration functions directly will need to |
31 | call OPENSSL_load_builtin_modules() themselves I<before> any other | 31 | call OPENSSL_load_builtin_modules() themselves I<before> any other |
32 | configuration code. | 32 | configuration code. |
33 | 33 | ||
34 | Applications should call OPENSSL_load_builtin_modules() to load all | 34 | Applications should call OPENSSL_load_builtin_modules() to load all |
35 | configuration modules instead of adding modules selectively: otherwise | 35 | configuration modules instead of adding modules selectively: otherwise |
36 | functionality may be missing from the application if an when new | 36 | functionality may be missing from the application if an when new |
37 | modules are added. | 37 | modules are added. |
38 | 38 | ||