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

(libnettle_a_SOURCES): Added hmac.c and hmac-md5.c.

(libnettleinclude_HEADERS): Added hmac.h.

Rev: src/nettle/Makefile.am:1.24
parent e2e1b5cf
No related branches found
No related tags found
Loading
...@@ -6,11 +6,13 @@ libnettleincludedir = $(includedir)/nettle ...@@ -6,11 +6,13 @@ libnettleincludedir = $(includedir)/nettle
lib_LIBRARIES = libnettle.a lib_LIBRARIES = libnettle.a
libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h cast128.h \ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h cast128.h \
cbc.h \
des.h des-compat.h \ des.h des-compat.h \
serpent.h twofish.h \ hmac.h \
md5.h md5-compat.h sha.h \ md5.h md5-compat.h \
cbc.h yarrow.h \ nettle-meta.h rsa.h \
rsa.h nettle-meta.h serpent.h sha.h twofish.h \
yarrow.h
libnettle_a_SOURCES = aes.c aes.h aes-meta.c arcfour.c arcfour.h arcfour-meta.c\ libnettle_a_SOURCES = aes.c aes.h aes-meta.c arcfour.c arcfour.h arcfour-meta.c\
cast128.c cast128.h cast128_sboxes.h cast128-meta.c \ cast128.c cast128.h cast128_sboxes.h cast128-meta.c \
...@@ -18,6 +20,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-meta.c arcfour.c arcfour.h arcfour-meta.c\ ...@@ -18,6 +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 \
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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment