From f2cb32c940f07f1f5c8a7b2f15121872d2436b0a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 1 Jan 2009 22:36:57 +0000 Subject: added key derivation - not tested yet --- src/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 8372395..975c375 100644 --- a/src/Makefile +++ b/src/Makefile @@ -55,6 +55,7 @@ OBJS = log.o \ encrypted_packet.o \ seq_window.o \ cipher.o \ + key_derivation.o \ uanytun.o EXECUTABLE = uanytun @@ -94,6 +95,9 @@ seq_window.o: seq_window.c seq_window.h cipher.o: cipher.c cipher.h $(CC) $(CCFLAGS) $< -c +key_derivation.o: key_derivation.c key_derivation.h + $(CC) $(CCFLAGS) $< -c + distclean: clean find . -name *.o -exec rm -f {} \; find . -name "*.\~*" -exec rm -rf {} \; -- cgit v1.2.3