diff options
author | Christian Pointner <equinox@anytun.org> | 2008-03-03 17:59:57 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-03-03 17:59:57 +0000 |
commit | 30dbbc65bd3684b9cefa000069b611a608f4be3e (patch) | |
tree | 68614a0ccd2a68c3fcd90b5a7652f798f795d50e /Makefile | |
parent | added showtable (diff) |
some bugfixes
added support for authentication
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |