From: Niels Möller Date: Fri, 14 Oct 2005 19:41:39 +0000 (+0200) Subject: (nettle_SOURCES): Removed aes.c, X-Git-Tag: nettle_1.14_release_20051205~150 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c615a74034745d2eb290c843f2237cc26b6c7205;p=thirdparty%2Fnettle.git (nettle_SOURCES): Removed aes.c, aes-decrypt-table.c. Added aes-decrypt-internal.c and aes-encrypt-internal.c. Rev: src/nettle/Makefile.in:1.25 --- diff --git a/Makefile.in b/Makefile.in index 0b406503..7b8cce0d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -38,9 +38,8 @@ dvi installcheck uninstallcheck: all-here: $(TARGETS) $(DOCTARGETS) -nettle_SOURCES = aes.c \ - aes-decrypt-table.c aes-decrypt.c \ - aes-encrypt-table.c aes-encrypt.c \ +nettle_SOURCES = aes-decrypt-internal.c aes-decrypt.c \ + aes-encrypt-internal.c aes-encrypt.c aes-encrypt-table.c \ aes-set-encrypt-key.c aes-set-decrypt-key.c aes-meta.c \ arcfour.c arcfour-crypt.c arcfour-meta.c \ arctwo.c arctwo-meta.c \