Blame | Last modification | View Log
--- src/Makefile.am 2022-11-02 11:31:50.537726993 +0100
+++ src/Makefile.am 2022-11-02 11:32:30.857524726 +0100
@@ -12,7 +12,8 @@
tun.h ippool.h md5.h redir.h dhcp.h iphash.h \
radius_wispr.h radius_coovachilli.h ssl.h dns.h net.h \
pkt.h conn.h lookup.h chilli_limits.h cmdline.h debug.h \
-radius_pkt.h ../bstring/bstrlib.h ../config.h system.h
+radius_pkt.h ../bstring/bstrlib.h ../config.h system.h \
+SHA256.h
lib_LTLIBRARIES = libchilli.la
sbin_PROGRAMS = \
@@ -23,7 +24,8 @@
libchilli_la_SOURCES = \
chilli.c tun.c ippool.c radius.c md5.c redir.c dhcp.c \
iphash.c lookup.c system.h util.c options.c statusfile.c conn.c sig.c \
-garden.c dns.c session.c pkt.c chksum.c net.c safe.c
+garden.c dns.c session.c pkt.c chksum.c net.c safe.c \
+SHA256.c
AM_CFLAGS = -D_GNU_SOURCE -Wall -fno-builtin -fno-strict-aliasing \
-fomit-frame-pointer -funroll-loops -pipe -I$(top_builddir)/bstring \