]> git.ipfire.org Git - thirdparty/openssl.git/commit
set module path from template
authorNeil Horman <nhorman@openssl.org>
Tue, 2 Apr 2024 19:02:51 +0000 (15:02 -0400)
committerTomas Mraz <tomas@openssl.org>
Fri, 26 Apr 2024 12:04:25 +0000 (14:04 +0200)
commit71e5bb982f9c9563567ea8ae9f6e29492e9146ca
tree4391488d6d274314e0e2a74254aba17c1203a0a0
parent17f448ede695bb8e1c5c37472a7258914f5a4ac8
set module path from template

Modules that aren't activated at conf load time don't seem to set the
module path from the template leading to load failures.  Make sure to
set that

Fixes #24020

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(cherry picked from commit bc9595963a45e28e6a8b2de45a6719c252bd3a3d)

(Merged from https://github.com/openssl/openssl/pull/24198)
crypto/provider_core.c