]> git.ipfire.org Git - thirdparty/openssl.git/commit
Don't fall back to pre-defined constants on windows
authorNeil Horman <nhorman@openssl.org>
Fri, 21 Jun 2024 14:34:37 +0000 (10:34 -0400)
committerNeil Horman <nhorman@openssl.org>
Tue, 9 Jul 2024 08:01:44 +0000 (04:01 -0400)
commit4edcf0b450cd42d2037155d520b7e6323b624b6a
tree587b05658facafad5d1691d170fb517ea5517088
parent525f2bf564b3d04680ab5722fff575ce690d7aee
Don't fall back to pre-defined constants on windows

We don't want to allow windows systems on new installs to use
OPENSSLDIR/MODULESDIR/ENGINESDIR at all, as it makes no sense to define
paths at build time that have no meaning at install time.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24450)
crypto/defaults.c