From: Niels Möller Date: Mon, 7 Feb 2011 08:52:28 +0000 (+0100) Subject: (SOURCES): Added gcmdata.c. X-Git-Tag: nettle_2.2_release_20110711~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a89e944e36f2e50f1c287fb26801dcbb0ed5d9e;p=thirdparty%2Fnettle.git (SOURCES): Added gcmdata.c. Rev: nettle/ChangeLog:1.134 Rev: nettle/Makefile.in:1.30 --- diff --git a/ChangeLog b/ChangeLog index 617f0c42..6ca71bc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2011-02-07 Niels Möller + * Makefile.in (SOURCES): Added gcmdata.c. + * gcm.h (GCM_TABLE_BITS): Set to 4. 2011-02-06 Niels Möller diff --git a/Makefile.in b/Makefile.in index 09cd22be..20e0d8c5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -117,7 +117,7 @@ HEADERS = aes.h arcfour.h arctwo.h asn1.h bignum.h blowfish.h \ INSTALL_HEADERS = $(HEADERS) nettle-stdint.h -SOURCES = $(nettle_SOURCES) $(hogweed_SOURCES) aesdata.c desdata.c shadata.c +SOURCES = $(nettle_SOURCES) $(hogweed_SOURCES) aesdata.c desdata.c shadata.c gcmdata.c DISTFILES = $(SOURCES) $(HEADERS) .bootstrap aclocal.m4 configure.ac \ configure stamp-h.in \