From 3d174037c175e33b0b57c0639ab7440e9f5d6abc Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 19 Feb 2008 17:31:04 +0000 Subject: replaces cypher with cipher --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 38de924..8b61a2e 100644 --- a/Makefile +++ b/Makefile @@ -52,12 +52,12 @@ OBJS = anytun.o \ syncCommand.o \ plainPacket.o \ encryptedPacket.o \ - cypher.o \ + cipher.o \ authAlgo.o \ authTag.o \ keyDerivation.o \ mpi.o \ - cypherFactory.o \ + cipherFactory.o \ authAlgoFactory.o \ connectionList.o \ connectionParam.o \ @@ -100,7 +100,7 @@ plainPacket.o: plainPacket.cpp plainPacket.h buffer.h encryptedPacket.o: encryptedPacket.cpp encryptedPacket.h buffer.h $(C++) $(CCFLAGS) $< -c -cypher.o: cypher.cpp cypher.h buffer.h +cipher.o: cipher.cpp cipher.h buffer.h $(C++) $(CCFLAGS) $< -c authAlgo.o: authAlgo.cpp authAlgo.h buffer.h @@ -115,7 +115,7 @@ keyDerivation.o: keyDerivation.cpp keyDerivation.h mpi.o: mpi.cpp mpi.h $(C++) $(CCFLAGS) $< -c -cypherFactory.o: cypherFactory.cpp cypherFactory.h cypher.h +cipherFactory.o: cipherFactory.cpp cipherFactory.h cipher.h $(C++) $(CCFLAGS) $< -c authAlgoFactory.o: authAlgoFactory.cpp authAlgoFactory.h authAlgo.h -- cgit v1.2.3