X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilccrypt%2FMakefile.ad;h=190316627fa63646a9576df3de0a28c0819eb316;hp=766ea169a1292a572f640aec8ea36d482a3e5345;hb=52e57c880aba9c5e89f59d962eb9af75670b76e0;hpb=ae1482a76c29db9fdcd6ed6cf63d312a37a5cb01 diff --git a/lib/silccrypt/Makefile.ad b/lib/silccrypt/Makefile.ad index 766ea169..19031662 100644 --- a/lib/silccrypt/Makefile.ad +++ b/lib/silccrypt/Makefile.ad @@ -3,7 +3,7 @@ # # Author: Pekka Riikonen # -# Copyright (C) 2000 - 2006 Pekka Riikonen +# Copyright (C) 2000 - 2007 Pekka Riikonen # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -32,7 +32,6 @@ endif libsilccrypt_la_SOURCES = \ none.c \ - rc5.c \ md5.c \ $(SILC_AES_S) \ rsa.c \ @@ -40,7 +39,6 @@ libsilccrypt_la_SOURCES = \ sha256.c \ twofish.c \ blowfish.c \ - cast.c \ silccipher.c \ silchash.c \ silchmac.c \