From 30dbbc65bd3684b9cefa000069b611a608f4be3e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 3 Mar 2008 17:59:57 +0000 Subject: some bugfixes added support for authentication --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4fa58a8..e68e5e9 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,6 @@ OBJS = tunDevice.o \ encryptedPacket.o \ cipher.o \ authAlgo.o \ - authTag.o \ keyDerivation.o \ mpi.o \ cipherFactory.o \ @@ -160,9 +159,6 @@ anyctrOptions.o: anyctrOptions.cpp anyctrOptions.h authAlgo.o: authAlgo.cpp authAlgo.h buffer.h $(C++) $(CCFLAGS) $< -c -authTag.o: authTag.cpp authTag.h buffer.h - $(C++) $(CCFLAGS) $< -c - keyDerivation.o: keyDerivation.cpp keyDerivation.h $(C++) $(CCFLAGS) $< -c -- cgit v1.2.3