From c13ded01d42e78d3bd7106162d93961551e354f6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Sat, 5 Feb 2011 23:23:05 +0100
Subject: [PATCH] (nettle_SOURCES): Added gcm.c. (HEADERS): Added gcm.h.

Rev: nettle/Makefile.in:1.28
---
 Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 8e8f3b0f..7aee12f2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -60,7 +60,7 @@ nettle_SOURCES = aes-decrypt-internal.c aes-decrypt.c \
 		 camellia-table.c camellia-meta.c \
 		 cast128.c cast128-meta.c \
 		 blowfish.c \
-		 cbc.c ctr.c \
+		 cbc.c ctr.c gcm.c \
 		 des.c \
 		 des3.c des-compat.c \
 		 hmac.c hmac-md5.c hmac-sha1.c \
@@ -101,7 +101,7 @@ hogweed_SOURCES = sexp.c sexp-format.c \
 
 HEADERS = aes.h arcfour.h arctwo.h asn1.h bignum.h blowfish.h \
 	  base16.h base64.h buffer.h camellia.h cast128.h \
-	  cbc.h ctr.h \
+	  cbc.h ctr.h gcm.h \
 	  des.h des-compat.h dsa.h \
 	  hmac.h \
 	  knuth-lfib.h \
-- 
GitLab