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

* Makefile.am (libnettle_a_SOURCES): Added hmac-sha1.c and

nettle-internal.h.

* testsuite/Makefile.am (TS_PROGS): Added hmac-test. Deleted old
m4-stuff.

* Makefile.am (libnettle_a_SOURCES): Added hmac.c and hmac-md5.c.
(libnettleinclude_HEADERS): Added hmac.h.

Rev: src/nettle/Makefile.am:1.25
parent 4573bae8
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-meta.c arcfour.c arcfour.h arcfour-meta.c\ ...@@ -20,7 +20,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-meta.c arcfour.c arcfour.h arcfour-meta.c\
cbc.c \ cbc.c \
des.c des.h desinfo.h desCode.h \ des.c des.h desinfo.h desCode.h \
des3.c des-compat.c des-compat.h \ des3.c des-compat.c des-compat.h \
hmac.c hmac-md5.c \ hmac.c hmac-md5.c hmac-sha1.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 \
...@@ -29,7 +29,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-meta.c arcfour.c arcfour.h arcfour-meta.c\ ...@@ -29,7 +29,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-meta.c arcfour.c arcfour.h arcfour-meta.c\
bignum.h bignum.c \ bignum.h bignum.c \
rsa.h rsa.c rsa_md5.c rsa_sha1.c \ rsa.h rsa.c rsa_md5.c rsa_sha1.c \
rsa-compat.h rsa-compat.c \ rsa-compat.h rsa-compat.c \
nettle-internal.c nettle-internal.c nettle-internal.h
libnettle_a_LIBADD = @LIBOBJS@ 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