From: Niels Möller Date: Sat, 5 Feb 2011 22:23:05 +0000 (+0100) Subject: (nettle_SOURCES): Added gcm.c. X-Git-Tag: nettle_2.2_release_20110711~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c13ded01d42e78d3bd7106162d93961551e354f6;p=thirdparty%2Fnettle.git (nettle_SOURCES): Added gcm.c. (HEADERS): Added gcm.h. Rev: nettle/Makefile.in:1.28 --- 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 \