TLS1.2 and command execution

This commit is contained in:
Lorenzo Torres 2024-08-20 04:57:58 +02:00
parent bc96196ffd
commit 33bb5b8775
10 changed files with 459 additions and 19 deletions

View file

@ -12,11 +12,11 @@ MANPREFIX = ${PREFIX}/share/man
# includes and libs
INCS = -I.
LIBS =
LIBS = -lssl -lcrypto
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"
CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
#CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS}
CFLAGS := -std=c99 -pedantic -Wall -O0 -Wno-gnu-label-as-value -Wno-gnu-zero-variadic-macro-arguments ${INCS} ${CPPFLAGS}
CFLAGS := ${CFLAGS} -g
LDFLAGS = ${LIBS}
# Solaris