From: Niels Möller Date: Fri, 25 Apr 2003 14:05:41 +0000 (+0200) Subject: (libnettle_a_SOURCES): Added hmac-sha256.c. X-Git-Tag: nettle_1.8_release_20040110~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8efffbaf126acffb4dfd8d2bd37e1e481f2037c7;p=thirdparty%2Fnettle.git (libnettle_a_SOURCES): Added hmac-sha256.c. Rev: src/nettle/Makefile.am:1.63 --- diff --git a/Makefile.am b/Makefile.am index f51c5f2a..deb725ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \ cbc.c cbc.h \ des.c des.h desinfo.h desCode.h \ des3.c des-compat.c des-compat.h \ - hmac.c hmac.h hmac-md5.c hmac-sha1.c \ + hmac.c hmac.h hmac-md5.c hmac-sha1.c hmac-sha256.c \ knuth-lfib.c knuth-lfib.h \ md5.c md5.h md5-compat.c md5-compat.h md5-meta.c \ sha.h sha1.c sha1-meta.c sha256.c sha256-meta.c \