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>
Thu, 18 Apr 2024 16:38:39 +0000 (18:38 +0200)
commitbc9595963a45e28e6a8b2de45a6719c252bd3a3d
treeb2c8d0ed6b13c0709e73ce6c310c99bfbb7f7bef
parentc3542b22fa3f14d7b6c970d4b2c38a737d6ed8a4
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>
(Merged from https://github.com/openssl/openssl/pull/24025)
crypto/provider_core.c