[openssl/openssl] def638: fix module extension on non-.so platforms
"'Andrew Dinh' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: def638aa2d6895d36648cbccfb16444e24311683
https://github.com/openssl/openssl/commit/def638aa2d6895d36648cbccfb16444e24311683
Author: Andrew Dinh <[email protected]>
Date: 2026-08-07 (Fri, 07 Aug 2026)
Changed paths:
M .gitignore
M test/build.info
R test/nocache-and-default.cnf
A test/nocache-and-default.cnf.in
R test/pathed.cnf
A test/pathed.cnf.in
M test/prov_config_test.c
M test/recipes/30-test_prov_config.t
Log Message:
-----------
fix module extension on non-.so platforms
pathed.cnf and nocache-and-default.cnf hardcoded "p_test.so", but
provider modules use the platform's DSO extension (e.g. .dylib on
macOS), so the file never existed there.
Convert both configs to build-time templates to
fill in the correct extension.
Update prov_config_test.c's presence check to use DSO_EXTENSION, and
have 30-test_prov_config.t read the generated build-tree file.
Assisted-by: Claude:claude-sonnet-5
Reviewed-by: Dmitry Belyavskiy <[email protected]>
Reviewed-by: Bob Beck <[email protected]>
MergeDate: Fri Aug 7 01:45:49 2026
(Merged from https://github.com/openssl/openssl/pull/32192)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/master/1a3455-def638%40github.com.