From: Niels Möller Date: Sat, 3 Sep 2011 06:07:18 +0000 (+0200) Subject: * gcm-aes.c: Include config.h. X-Git-Tag: nettle_2.4_release_20110903~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acb885a51913a774899437c79a23aa312f53f989;p=thirdparty%2Fnettle.git * gcm-aes.c: Include config.h. Rev: nettle/ChangeLog:1.222 Rev: nettle/gcm-aes.c:1.5 --- diff --git a/ChangeLog b/ChangeLog index 92e94b0c..c8abb103 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-09-03 Niels Möller + * gcm-aes.c: Include config.h. + * tools/nettle-lfib-stream.c: Likewise. + * ripemd160-compress.c: Added missing include of config.h. Needed for correct operation on big-endian systems. diff --git a/gcm-aes.c b/gcm-aes.c index 40e26d73..ada5dfc9 100644 --- a/gcm-aes.c +++ b/gcm-aes.c @@ -23,6 +23,10 @@ * MA 02111-1307, USA. */ +#if HAVE_CONFIG_H +# include "config.h" +#endif + #include "gcm.h" void