You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use SYSTEM_SSL variable instead of hardcoded RHEL version check
Replace the hardcoded RHEL 8 check with the SYSTEM_SSL variable to
determine whether to use system-provided OpenSSL libraries. This makes
the build configuration more flexible and allows the same logic to be
applied across different platforms based on build configuration rather
than being tied to a specific RHEL version.
This change enables using system SSL on SuSE 15 in addition to RHEL 8.
Ticket: ENT-13496
Signed-off-by: Lars Erik Wik <[email protected]>
0 commit comments