Skip to content

Commit

Permalink
Fix OpenSSL_jll detection (#4127)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Jan 1, 2025
1 parent 739a64a commit 8d3cf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/new.jl
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ end

# Support julia versions before & after the MbedTLS > OpenSSL switch
OpenSSL_pkgid = Base.PkgId(Base.UUID("458c3c95-2e84-50aa-8efc-19380b2a3a95"), "OpenSSL_jll")
manifest_to_use = if haskey(Base.loaded_modules, OpenSSL_pkgid)
manifest_to_use = if Base.is_stdlib(OpenSSL_pkgid)
joinpath(tmp, "ShouldPreserveSemver", "Manifest_OpenSSL.toml")
else
joinpath(tmp, "ShouldPreserveSemver", "Manifest_MbedTLS.toml")
Expand Down

0 comments on commit 8d3cf02

Please sign in to comment.