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

(libnettle_a_SOURCES): Added dsa files.

(libnettleinclude_HEADERS): Added dsa.h.

Rev: src/nettle/Makefile.am:1.45
parent 19e4248e
Branches
Tags
No related merge requests found
...@@ -8,7 +8,7 @@ lib_LIBRARIES = libnettle.a ...@@ -8,7 +8,7 @@ lib_LIBRARIES = libnettle.a
libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \
base64.h buffer.h cast128.h \ base64.h buffer.h cast128.h \
cbc.h \ cbc.h \
des.h des-compat.h \ des.h des-compat.h dsa.h \
hmac.h \ hmac.h \
knuth-lfib.h \ knuth-lfib.h \
md5.h md5-compat.h \ md5.h md5-compat.h \
...@@ -42,6 +42,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \ ...@@ -42,6 +42,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \
rsa-encrypt.c rsa-decrypt.c \ rsa-encrypt.c rsa-decrypt.c \
rsa-keygen.c rsa-compat.h rsa-compat.c \ rsa-keygen.c rsa-compat.h rsa-compat.c \
rsa2sexp.c sexp2rsa.c \ rsa2sexp.c sexp2rsa.c \
dsa.c dsa-sign.c dsa-verify.c \
pgp.h pgp-encode.c rsa2openpgp.c \ pgp.h pgp-encode.c rsa2openpgp.c \
buffer.h buffer.c \ buffer.h buffer.c \
nettle-meta.h \ nettle-meta.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment