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.
1 parent bbc918d commit 5d4c9ebCopy full SHA for 5d4c9eb
stdlib/OpenSSL_jll/src/OpenSSL_jll.jl
@@ -16,8 +16,8 @@ const LIBPATH = Ref("")
16
artifact_dir::String = ""
17
libcrypto_handle::Ptr{Cvoid} = C_NULL
18
libcrypto_path::String = ""
19
-libmssl_handle::Ptr{Cvoid} = C_NULL
20
-libmssl_path::String = ""
+libssl_handle::Ptr{Cvoid} = C_NULL
+libssl_path::String = ""
21
22
if Sys.iswindows()
23
const libcrypto = "libcrypto.dll"
0 commit comments