[openssl/openssl] 6dff04: exporters/cmake/OpenSSLConfig.cmake.in: Added miss...
"'Abel Thomas' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/openssl-3.6/[email protected]> |
Branch: refs/heads/openssl-3.6
Home: https://github.com/openssl/openssl
Commit: 6dff0475ccc9542a6e9a8eec6b968750ae6b3b46
https://github.com/openssl/openssl/commit/6dff0475ccc9542a6e9a8eec6b968750ae6b3b46
Author: Abel Tom <[email protected]>
Date: 2026-08-27 (Thu, 27 Aug 2026)
Changed paths:
M exporters/cmake/OpenSSLConfig.cmake.in
Log Message:
-----------
exporters/cmake/OpenSSLConfig.cmake.in: Added missing crypto libs.
OPENSSL_LIBRARIES only exported OPENSSL_SSL_LIBRARIES,
which can cause application link failures when libcrypto
dependencies are not propagated through `target_link_libraries()`.
Append `OPENSSL_CRYPTO_LIBRARIES` to ensure consumers linking
against `OPENSSL_LIBRARIES` also receive the required crypto
libraries.
Fixes: https://github.com/openssl/openssl/issues/31318
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Andrew Dinh <[email protected]>
Reviewed-by: Mounir Idrassi <[email protected]>
Merge-date: Thu Aug 27 09:17:29 2026
Merged-from: https://github.com/openssl/openssl/pull/31363
(cherry picked from commit 1b543af5e4fb0dd81a1fe7118bd9735c61fe05b7)
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/openssl-3.6/332f23-6dff04%40github.com.