summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-11-19 21:01:28 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-11-19 21:01:28 +0000
commitb964fcfa26abd84c8799859985b5a8bdaf6f068c (patch)
tree674e63dd13a3184bb83e73e70cb380ff7a78926c /lib/libcrypto/man
parentc1fea11f227c0585d350c52848bcd927d74fa7cd (diff)
OPENSSL_config() no longer calls ENGINE_load_builtin_engines()
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r--lib/libcrypto/man/OPENSSL_config.39
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libcrypto/man/OPENSSL_config.3 b/lib/libcrypto/man/OPENSSL_config.3
index 2960e2389a1..f5f31571a1a 100644
--- a/lib/libcrypto/man/OPENSSL_config.3
+++ b/lib/libcrypto/man/OPENSSL_config.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: OPENSSL_config.3,v 1.15 2019/06/14 13:41:31 schwarze Exp $
+.\" $OpenBSD: OPENSSL_config.3,v 1.16 2023/11/19 21:01:27 tb Exp $
.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" This file is a derived work.
@@ -65,7 +65,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 14 2019 $
+.Dd $Mdocdate: November 19 2023 $
.Dt OPENSSL_CONFIG 3
.Os
.Sh NAME
@@ -117,10 +117,9 @@ To use a non-standard configuration file, refer to
Internally,
.Fn OPENSSL_config
calls
-.Xr OPENSSL_init_crypto 3 ,
-.Xr OPENSSL_load_builtin_modules 3 ,
+.Xr OPENSSL_init_crypto 3
and
-.Xr ENGINE_load_builtin_engines 3 .
+.Xr OPENSSL_load_builtin_modules 3 .
.Pp
If an application is compiled with the preprocessor symbol
.Dv OPENSSL_LOAD_CONF