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

* testsuite/Makefile.am (TS_PROGS): Added md5-compat-test.

* Makefile.am (libnettleinclude_HEADERS): Added missing includes.
(libnettle_a_SOURCES): Added md5-compat.c and md5-compat.h.

Rev: src/nettle/testsuite/Makefile.am:1.7
parent 3ee8c6aa
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ CFLAGS = -I$(top_srcdir) @CFLAGS@ -O0
CPPFLAGS = @CPPFLAGS@
TS_PROGS = aes-test arcfour-test blowfish-test cast128-test des-test \
md5-test sha1-test \
md5-test md5-compat-test sha1-test \
serpent-test twofish-test
noinst_PROGRAMS = $(TS_PROGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment