diff options
author | jim <> | 2014-05-04 21:46:36 +0000 |
---|---|---|
committer | jim <> | 2014-05-04 21:46:36 +0000 |
commit | adc2a0a37a306f738da40a5a46f14e7fc9f1f571 (patch) | |
tree | a8892de8fd6e54fc93e929516a1ed1c754ef77fd /src/lib/libcrypto/doc/OPENSSL_load_builtin_modules.pod | |
parent | c247b29180fe4c94ba872da4fd237eab43c0df48 (diff) | |
download | openbsd-adc2a0a37a306f738da40a5a46f14e7fc9f1f571.tar.gz openbsd-adc2a0a37a306f738da40a5a46f14e7fc9f1f571.tar.bz2 openbsd-adc2a0a37a306f738da40a5a46f14e7fc9f1f571.zip |
Remove trailing whitespace.
fine jmc@
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 | ||