Skip to content
Snippets Groups Projects
Commit 71546735 authored by Niels Möller's avatar Niels Möller
Browse files

* Makefile.am: Added yarrow files.

* testsuite/Makefile.am (CFLAGS): Added sha256-test.

Rev: src/nettle/Makefile.am:1.17
parent c4260b99
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ lib_LIBRARIES = libnettle.a
libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h cast128.h des.h des-compat.h \
serpent.h twofish.h \
md5.h md5-compat.h sha.h \
cbc.h
cbc.h yarrow.h
libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h \
cast128.c cast128.h cast128_sboxes.h \
......@@ -19,7 +19,7 @@ libnettle_a_SOURCES = aes.c aes.h arcfour.c arcfour.h \
md5.c md5.h md5-compat.c md5-compat.h \
sha.h sha1.c sha256.c \
serpent.c serpent.h serpent_sboxes.h \
twofish.c twofish.h
twofish.c twofish.h yarrow256.c yarrow.h
libnettle_a_LIBADD = @LIBOBJS@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment