diff --git a/Makefile b/Makefile index 8654ea0..395b98a 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/deps/openssl-1.1.1b.tar.gz b/deps/openssl-1.1.1b.tar.gz deleted file mode 100644 index cdcb6ce..0000000 Binary files a/deps/openssl-1.1.1b.tar.gz and /dev/null differ diff --git a/deps/openssl-1.1.1i.tar.gz b/deps/openssl-1.1.1i.tar.gz new file mode 100644 index 0000000..38e31ce Binary files /dev/null and b/deps/openssl-1.1.1i.tar.gz differ