1
0
mirror of https://github.com/wg/wrk synced 2026-05-13 17:05:29 +08:00

upgrade openssl to 1.1.1i

This commit is contained in:
Will
2021-02-06 08:39:55 +09:00
Unverified
parent 2d433a9b43
commit a211dd5a70
3 changed files with 0 additions and 4 deletions
-4
View File
@@ -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
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.