summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-03-03 17:59:57 +0000
committerChristian Pointner <equinox@anytun.org>2008-03-03 17:59:57 +0000
commit30dbbc65bd3684b9cefa000069b611a608f4be3e (patch)
tree68614a0ccd2a68c3fcd90b5a7652f798f795d50e /Makefile
parentadded showtable (diff)
some bugfixes
added support for authentication
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
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