From 00febb25de92b1cd01309cc0f253ed4c3a761b13 Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Mon, 24 Dec 2007 17:05:26 +0000 Subject: weihnachtlicher checkin * packet processing now with less memory operations than before * todo: * testing * set cipher / authalgo via commandline * set key operations for hmac calculation --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c643e07..d5f6f52 100644 --- a/Makefile +++ b/Makefile @@ -52,6 +52,7 @@ OBJS = anytun.o \ syncCommand.o \ packet.o \ plainPacket.o \ + encryptedPacket.o \ cypher.o \ authAlgo.o \ authTag.o \ @@ -98,6 +99,9 @@ packet.o: packet.cpp packet.h buffer.h plainPacket.o: plainPacket.cpp plainPacket.h buffer.h $(C++) $(CCFLAGS) $< -c +encryptedPacket.o: encryptedPacket.cpp encryptedPacket.h buffer.h + $(C++) $(CCFLAGS) $< -c + cypher.o: cypher.cpp cypher.h buffer.h $(C++) $(CCFLAGS) $< -c -- cgit v1.2.3