diff options
author | jmc <> | 2016-11-06 15:52:50 +0000 |
---|---|---|
committer | jmc <> | 2016-11-06 15:52:50 +0000 |
commit | 9b30976af18b8a407761e020380b9ed595770866 (patch) | |
tree | d98f3cbf729ef563011a9ca161b7885314ef68d3 /src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 | |
parent | e91a5b9b0b9cb9b6adc699e59a9a6ed06a862192 (diff) | |
download | openbsd-9b30976af18b8a407761e020380b9ed595770866.tar.gz openbsd-9b30976af18b8a407761e020380b9ed595770866.tar.bz2 openbsd-9b30976af18b8a407761e020380b9ed595770866.zip |
first pass; ok schwarze
Diffstat (limited to 'src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3')
-rw-r--r-- | src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 b/src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 index 2a107ab7c4..f56d5e8c9d 100644 --- a/src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 +++ b/src/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 | |||
@@ -1,4 +1,6 @@ | |||
1 | .Dd $Mdocdate: November 3 2016 $ | 1 | .\" $OpenBSD: OPENSSL_load_builtin_modules.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ |
2 | .\" | ||
3 | .Dd $Mdocdate: November 6 2016 $ | ||
2 | .Dt OPENSSL_LOAD_BUILTIN_MODULES 3 | 4 | .Dt OPENSSL_LOAD_BUILTIN_MODULES 3 |
3 | .Os | 5 | .Os |
4 | .Sh NAME | 6 | .Sh NAME |
@@ -45,7 +47,7 @@ Applications should call | |||
45 | to load all configuration modules instead of adding modules selectively: | 47 | to load all configuration modules instead of adding modules selectively: |
46 | otherwise functionality may be missing from the application when | 48 | otherwise functionality may be missing from the application when |
47 | new modules are added. | 49 | new modules are added. |
48 | .Sh RETURN VALUE | 50 | .Sh RETURN VALUES |
49 | None of the functions return a value. | 51 | None of the functions return a value. |
50 | .Sh SEE ALSO | 52 | .Sh SEE ALSO |
51 | .Xr OPENSSL_config 3 | 53 | .Xr OPENSSL_config 3 |