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

* Makefile.am: Added md2 and md5 files. Deleted the print-path

hack.

* testsuite/Makefile.am (TS_PROGS): Added rsa-encrypt-test,
md4-test, and md2-test.

Rev: src/nettle/Makefile.am:1.66
parent b22d157f
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \ ...@@ -12,6 +12,7 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \
hmac.h \ hmac.h \
knuth-lfib.h \ knuth-lfib.h \
macros.h \ macros.h \
md2.h md4.h \
md5.h md5-compat.h \ md5.h md5-compat.h \
nettle-meta.h \ nettle-meta.h \
pgp.h realloc.h rsa.h \ pgp.h realloc.h rsa.h \
...@@ -33,6 +34,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \ ...@@ -33,6 +34,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \
des3.c des-compat.c des-compat.h \ des3.c des-compat.c des-compat.h \
hmac.c hmac.h hmac-md5.c hmac-sha1.c hmac-sha256.c \ hmac.c hmac.h hmac-md5.c hmac-sha1.c hmac-sha256.c \
knuth-lfib.c knuth-lfib.h \ knuth-lfib.c knuth-lfib.h \
md2.c md2-meta.c md4.c md4-meta.c \
md5.c md5.h md5-compat.c md5-compat.h md5-meta.c \ 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 \ sha.h sha1.c sha1-meta.c sha256.c sha256-meta.c \
serpent.c serpent.h serpent_sboxes.h serpent-meta.c \ serpent.c serpent.h serpent_sboxes.h serpent-meta.c \
...@@ -62,10 +64,7 @@ shadata_LDADD = -lm ...@@ -62,10 +64,7 @@ shadata_LDADD = -lm
info_TEXINFOS = nettle.texinfo info_TEXINFOS = nettle.texinfo
all-local: nettle.html print-path all-local: nettle.html
.PHONY: print-path
print-path:
echo PATH: $$PATH
EXTRA_DIST = memxor.h $(des_headers) descore.README nettle.html \ EXTRA_DIST = memxor.h $(des_headers) descore.README nettle.html \
sha-example.c .bootstrap $(des_headers) \ sha-example.c .bootstrap $(des_headers) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment