From 62d31032352f8d857f31d89872fd42b98501e1c3 Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Sat, 8 Dec 2007 17:57:31 +0000 Subject: * added AuthTag class * bugfixes in keyderivation, aesicmcypher * removed authtag functins temorarly from anytun.cpp --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ae4993f..4cc2469 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,7 @@ OBJS = anytun.o \ packet.o \ cypher.o \ authAlgo.o \ + authTag.o \ keyDerivation.o \ connectionList.o \ connectionParam.o \ @@ -90,6 +91,9 @@ cypher.o: cypher.cpp cypher.h buffer.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