Skip to content

Commit 4fd690d

Browse files
Fix _ossl_modules_path() returning wrong path to ossl-modules (#40)
Co-authored-by: Ian Butterworth <[email protected]>
1 parent 1ae3cf9 commit 4fd690d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenSSL.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ function _ossl_modules_path()
537537
return joinpath(lib_dir, "ossl-modules")
538538
end
539539
else
540-
return joinpath(dirname(OpenSSL_jll.libssl), "ossl-modules")
540+
return joinpath(dirname(OpenSSL_jll.libssl_path), "ossl-modules")
541541
end
542542
end
543543

0 commit comments

Comments
 (0)