diff options
| author | Teutates <103068388+Teutates@users.noreply.github.com> | 2022-07-07 13:12:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-07 13:12:19 -0400 |
| commit | dfd6fccd7f8950601e32602b47f205f0a4a9ff7e (patch) | |
| tree | b5db1036fed4b166085bbc04be43b095caf82f3e /Makefile | |
| parent | 9685c0d6ce74c677b1b3141a8a885f73e137de31 (diff) | |
| download | ldid-dfd6fccd7f8950601e32602b47f205f0a4a9ff7e.tar.gz ldid-dfd6fccd7f8950601e32602b47f205f0a4a9ff7e.zip | |
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
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
