X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/46b706e4af401c9b3df659e90aa404798f081d0c..cda05cf95bc44aa3cb6d3cd43a1ddf750413536a:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index de36c99..5cefdc6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with `automake' to generate `Makefile.in' ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.6 1997/09/18 11:17:18 mdw Exp $ +## $Id: Makefile.am,v 1.6.2.1 1997/09/26 09:07:56 mdw Exp $ ## ## Makefile for `become' ## @@ -29,6 +29,11 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.6.2.1 1997/09/26 09:07:56 mdw +## Use the Blowfish encryption algorithm instead of IDEA. This is partly +## because I prefer Blowfish (without any particularly strong evidence) but +## mainly because IDEA is patented and Blowfish isn't. +## ## Revision 1.6 1997/09/18 11:17:18 mdw ## Fix comment leaders. Don't know why this CVS keeps breaking them. ## Could be DEC's bogus version of RCS being picked up. @@ -65,7 +70,7 @@ bcm_SOURCES = \ class.c name.c netg.c rule.c sym.c userdb.c \ crypt.c \ noise.c rand.c \ - icrypt.c idea.c md5.c \ + icrypt.c blowfish.c md5.c \ mdwopt.c tx.c utils.c \ \ become.h \ @@ -74,7 +79,7 @@ bcm_SOURCES = \ class.h name.h netg.h rule.h sym.h userdb.h \ crypt.h \ noise.h rand.h \ - icrypt.h idea.h md5.h \ + icrypt.h blowfish.h blowfish-sbox.h md5.h \ mdwopt.h tx.h utils.h \ dbutils.h