diff options
author | jmc <> | 2016-11-22 21:38:18 +0000 |
---|---|---|
committer | jmc <> | 2016-11-22 21:38:18 +0000 |
commit | 92269b457e9f11636c423229dcb974353c13d942 (patch) | |
tree | 4cbdfdadba503883976fbfb977c110727d3986c8 /src/lib/libcrypto/man/OPENSSL_config.3 | |
parent | e3e505289d584ed8c2bd60dd0dc803c4acd398f2 (diff) | |
download | openbsd-92269b457e9f11636c423229dcb974353c13d942.tar.gz openbsd-92269b457e9f11636c423229dcb974353c13d942.tar.bz2 openbsd-92269b457e9f11636c423229dcb974353c13d942.zip |
various cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/OPENSSL_config.3')
-rw-r--r-- | src/lib/libcrypto/man/OPENSSL_config.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/OPENSSL_config.3 b/src/lib/libcrypto/man/OPENSSL_config.3 index e2e277d129..42cc6159d9 100644 --- a/src/lib/libcrypto/man/OPENSSL_config.3 +++ b/src/lib/libcrypto/man/OPENSSL_config.3 | |||
@@ -1,6 +1,6 @@ | |||
1 | .\" $OpenBSD: OPENSSL_config.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ | 1 | .\" $OpenBSD: OPENSSL_config.3,v 1.3 2016/11/22 21:38:18 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .Dd $Mdocdate: November 6 2016 $ | 3 | .Dd $Mdocdate: November 22 2016 $ |
4 | .Dt OPENSSL_CONFIG 3 | 4 | .Dt OPENSSL_CONFIG 3 |
5 | .Os | 5 | .Os |
6 | .Sh NAME | 6 | .Sh NAME |
@@ -65,12 +65,12 @@ The environment variable | |||
65 | .Ev OPENSSL_CONF | 65 | .Ev OPENSSL_CONF |
66 | can be set to specify the location of the configuration file. | 66 | can be set to specify the location of the configuration file. |
67 | .Pp | 67 | .Pp |
68 | Currently ASN1 OBJECT and ENGINE configuration can be performed. | 68 | Currently ASN.1 OBJECT and ENGINE configuration can be performed. |
69 | .Pp | 69 | .Pp |
70 | There are several reasons why calling the OpenSSL configuration routines | 70 | There are several reasons why calling the OpenSSL configuration routines |
71 | is advisable. | 71 | is advisable. |
72 | For example new ENGINE functionality was added to OpenSSL 0.9.7. | 72 | For example new ENGINE functionality was added to OpenSSL 0.9.7. |
73 | In OpenSSL 0.9.7 control functions can be supported by ENGINEs, this can be | 73 | In OpenSSL 0.9.7 control functions can be supported by ENGINEs which can be |
74 | used (among other things) to load dynamic ENGINEs from shared libraries | 74 | used (among other things) to load dynamic ENGINEs from shared libraries |
75 | (DSOs). | 75 | (DSOs). |
76 | However very few applications currently support the control interface | 76 | However very few applications currently support the control interface |
@@ -113,5 +113,5 @@ It is however | |||
113 | better than nothing. | 113 | better than nothing. |
114 | Applications which need finer control over their configuration | 114 | Applications which need finer control over their configuration |
115 | functionality should use the configuration functions such as | 115 | functionality should use the configuration functions such as |
116 | .Xr CONF_load_modules 3 | 116 | .Xr CONF_modules_load 3 |
117 | directly. | 117 | directly. |