summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-11-19 21:01:27 +0000
committertb <>2023-11-19 21:01:27 +0000
commit863ad2fdd6933f2ba576a065a35c961bf133ce9a (patch)
treee6c80ced6e445b1db8708fb23194e2402e794b78 /src
parentd978e8523ebcaed9b4c43daadcac60f13511bbfb (diff)
downloadopenbsd-863ad2fdd6933f2ba576a065a35c961bf133ce9a.tar.gz
openbsd-863ad2fdd6933f2ba576a065a35c961bf133ce9a.tar.bz2
openbsd-863ad2fdd6933f2ba576a065a35c961bf133ce9a.zip
OPENSSL_config() no longer calls ENGINE_load_builtin_engines()
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/OPENSSL_config.39
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/OPENSSL_config.3 b/src/lib/libcrypto/man/OPENSSL_config.3
index 2960e2389a..f5f31571a1 100644
--- a/src/lib/libcrypto/man/OPENSSL_config.3
+++ b/src/lib/libcrypto/man/OPENSSL_config.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: OPENSSL_config.3,v 1.15 2019/06/14 13:41:31 schwarze Exp $ 1.\" $OpenBSD: OPENSSL_config.3,v 1.16 2023/11/19 21:01:27 tb Exp $
2.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file is a derived work. 4.\" This file is a derived work.
@@ -65,7 +65,7 @@
65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 65.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
66.\" OF THE POSSIBILITY OF SUCH DAMAGE. 66.\" OF THE POSSIBILITY OF SUCH DAMAGE.
67.\" 67.\"
68.Dd $Mdocdate: June 14 2019 $ 68.Dd $Mdocdate: November 19 2023 $
69.Dt OPENSSL_CONFIG 3 69.Dt OPENSSL_CONFIG 3
70.Os 70.Os
71.Sh NAME 71.Sh NAME
@@ -117,10 +117,9 @@ To use a non-standard configuration file, refer to
117Internally, 117Internally,
118.Fn OPENSSL_config 118.Fn OPENSSL_config
119calls 119calls
120.Xr OPENSSL_init_crypto 3 , 120.Xr OPENSSL_init_crypto 3
121.Xr OPENSSL_load_builtin_modules 3 ,
122and 121and
123.Xr ENGINE_load_builtin_engines 3 . 122.Xr OPENSSL_load_builtin_modules 3 .
124.Pp 123.Pp
125If an application is compiled with the preprocessor symbol 124If an application is compiled with the preprocessor symbol
126.Dv OPENSSL_LOAD_CONF 125.Dv OPENSSL_LOAD_CONF