1
0
mirror of https://github.com/tiyn/ii.git synced 2025-10-10 01:41:20 +02:00

ssl: added ssl patch

This commit is contained in:
2023-08-22 14:49:43 +02:00
parent 70b9ca1613
commit 60f3542683
4 changed files with 525 additions and 38 deletions

View File

@@ -12,7 +12,7 @@ OBJ = $(SRC:.c=.o)
# use system flags.
II_CFLAGS = $(CFLAGS)
II_LDFLAGS = $(LDFLAGS)
II_LDFLAGS = $(LDFLAGS) -lssl -lcrypto
# on systems which provide strlcpy(3),
# remove NEED_STRLCPY from CPPFLAGS and