]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove ENGINESDIR variable and engines installation from Makefiles.
authorMilan Broz <gmazyland@gmail.com>
Fri, 19 Sep 2025 11:03:07 +0000 (13:03 +0200)
committerNeil Horman <nhorman@openssl.org>
Thu, 4 Dec 2025 12:31:06 +0000 (07:31 -0500)
commitcfd96295fc9df42ce7e07f000fa21efb08204456
treea5638f003484d550a6592aa26ae9bebe49de3295
parent03771bcd3f5f52e154341d6751ffd7a01fc8fa16
Remove ENGINESDIR variable and engines installation from Makefiles.

For compatibility reasons, OPENSSL_ENGINES_DIR and OPENSSL_INFO_ENGINES_DIR
are still supported but return values like with engines disabled.

The OPENSSL_ENGINES environment variable will be removed with engine
removal later.

Resolves: https://github.com/openssl/project/issues/1425

Signed-off-by: Milan Broz <gmazyland@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29305)
18 files changed:
.github/workflows/windows.yml
.github/workflows/windows_comp.yml
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl
NOTES-WINDOWS.md
build.info
crypto/cversion.c
crypto/defaults.c
crypto/engine/eng_list.c
crypto/info.c
doc/man3/OpenSSL_version.pod
exporters/build.info
exporters/cmake/OpenSSLConfig.cmake.in
exporters/pkg-config/libcrypto.pc.in
include/internal/common.h
test/recipes/02-test_windows_registry.t
util/mkinstallvars.pl