Skip to content

Commit 5d4c9eb

Browse files
committed
Fix typo
1 parent bbc918d commit 5d4c9eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/OpenSSL_jll/src/OpenSSL_jll.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ const LIBPATH = Ref("")
1616
artifact_dir::String = ""
1717
libcrypto_handle::Ptr{Cvoid} = C_NULL
1818
libcrypto_path::String = ""
19-
libmssl_handle::Ptr{Cvoid} = C_NULL
20-
libmssl_path::String = ""
19+
libssl_handle::Ptr{Cvoid} = C_NULL
20+
libssl_path::String = ""
2121

2222
if Sys.iswindows()
2323
const libcrypto = "libcrypto.dll"

0 commit comments

Comments
 (0)