Skip to content

Commit

Permalink
Add OpenSSL to stdlib/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Mar 29, 2024
1 parent e646ccb commit df3f08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $(foreach jll,$(JLLS),$(eval $(call download-artifacts-toml,$(jll))))

STDLIBS = Artifacts Base64 CRC32c Dates FileWatching \
Future InteractiveUtils Libdl LibGit2 LinearAlgebra Logging \
Markdown Mmap Printf Profile Random REPL Serialization \
Markdown Mmap OpenSSL Printf Profile Random REPL Serialization \
SharedArrays Sockets Test TOML Unicode UUIDs \
$(JLL_NAMES)

Expand Down

0 comments on commit df3f08b

Please sign in to comment.