We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_ossl_modules_path()
ossl-modules
1 parent 1ae3cf9 commit 4fd690dCopy full SHA for 4fd690d
src/OpenSSL.jl
@@ -537,7 +537,7 @@ function _ossl_modules_path()
537
return joinpath(lib_dir, "ossl-modules")
538
end
539
else
540
- return joinpath(dirname(OpenSSL_jll.libssl), "ossl-modules")
+ return joinpath(dirname(OpenSSL_jll.libssl_path), "ossl-modules")
541
542
543
0 commit comments