summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/OPENSSL_load_builtin_modules.pod
diff options
context:
space:
mode:
authorjim <>2014-05-04 21:46:36 +0000
committerjim <>2014-05-04 21:46:36 +0000
commit94b4f752322026bbd9765e2b8084db237af47cd9 (patch)
treea8892de8fd6e54fc93e929516a1ed1c754ef77fd /src/lib/libcrypto/doc/OPENSSL_load_builtin_modules.pod
parentc5c3edda5f74a18c2b4f5fd26c59daea4e6722b9 (diff)
downloadopenbsd-94b4f752322026bbd9765e2b8084db237af47cd9.tar.gz
openbsd-94b4f752322026bbd9765e2b8084db237af47cd9.tar.bz2
openbsd-94b4f752322026bbd9765e2b8084db237af47cd9.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.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