From: tb Date: Sun, 19 Nov 2023 21:01:27 +0000 (+0000) Subject: OPENSSL_config() no longer calls ENGINE_load_builtin_engines() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=232cea1ab05f9fdf899e5d7039624a2378524897;p=openbsd OPENSSL_config() no longer calls ENGINE_load_builtin_engines() --- 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