Skip to content

Commit

Permalink
upgraded argtable3 to current last version to fix a parsing issue wit…
Browse files Browse the repository at this point in the history
…h command line options
  • Loading branch information
yrutschle committed May 8, 2021
1 parent 308b54a commit da3b51e
Show file tree
Hide file tree
Showing 3 changed files with 3,895 additions and 2,939 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ endif
CC ?= gcc
CFLAGS ?=-Wall -g $(CFLAGS_COV)

LIBS=
LIBS=-lm
OBJS=sslh-conf.o common.o sslh-main.o probe.o tls.o argtable3.o udp-listener.o collection.o gap.o

CONDITIONAL_TARGETS=
Expand Down
Loading

0 comments on commit da3b51e

Please sign in to comment.