From c615a74034745d2eb290c843f2237cc26b6c7205 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Fri, 14 Oct 2005 21:41:39 +0200
Subject: [PATCH] (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
---
 Makefile.in | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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 \
-- 
GitLab