Skip to content

Commit

Permalink
upgrade openssl to 1.1.1i
Browse files Browse the repository at this point in the history
  • Loading branch information
wg committed Feb 7, 2021
1 parent 2d433a9 commit a211dd5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,7 @@ $(ODIR)/lib/libluajit-5.1.a: $(ODIR)/$(LUAJIT)

$(ODIR)/lib/libssl.a: $(ODIR)/$(OPENSSL)
@echo Building OpenSSL...
ifeq ($(TARGET), darwin)
@$(SHELL) -c "cd $< && ./Configure $(OPENSSL_OPTS) darwin64-x86_64-cc"
else
@$(SHELL) -c "cd $< && ./config $(OPENSSL_OPTS)"
endif
@$(MAKE) -C $< depend
@$(MAKE) -C $<
@$(MAKE) -C $< install_sw
Expand Down
Binary file removed deps/openssl-1.1.1b.tar.gz
Binary file not shown.
Binary file added deps/openssl-1.1.1i.tar.gz
Binary file not shown.

0 comments on commit a211dd5

Please sign in to comment.