From dfd6fccd7f8950601e32602b47f205f0a4a9ff7e Mon Sep 17 00:00:00 2001 From: Teutates <103068388+Teutates@users.noreply.github.com> Date: Thu, 7 Jul 2022 13:12:19 -0400 Subject: OpenSSL 3 fixes (#15) * Remove deprecated openssl functions as of openssl 3.0.5 * Re-add openssl to actions with (should be) proper static providers --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 55a9c7a..d0419b1 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,7 @@ CXX ?= c++ INSTALL ?= install LN ?= ln -CFLAGS ?= -O2 -pipe -CXXFLAGS ?= $(CFLAGS) -std=c++11 +CXXFLAGS ?= -std=c++11 -O2 -pipe LDFLAGS ?= PREFIX ?= /usr/local -- cgit v1.2.3-56-ge451