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

(libnettleinclude_HEADERS): Added realloc.h.

(libnettle_a_SOURCES): Added buffer-init.c and realloc.c.

Rev: src/nettle/Makefile.am:1.54
parent 585b586a
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \ ...@@ -13,7 +13,7 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \
knuth-lfib.h \ knuth-lfib.h \
md5.h md5-compat.h \ md5.h md5-compat.h \
nettle-meta.h \ nettle-meta.h \
pgp.h rsa.h \ pgp.h realloc.h rsa.h \
sexp.h \ sexp.h \
serpent.h sha.h twofish.h \ serpent.h sha.h twofish.h \
yarrow.h yarrow.h
...@@ -49,7 +49,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \ ...@@ -49,7 +49,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \
dsa.c dsa-sign.c dsa-verify.c dsa-keygen.c \ dsa.c dsa-sign.c dsa-verify.c dsa-keygen.c \
sexp2dsa.c \ sexp2dsa.c \
pgp.h pgp-encode.c rsa2openpgp.c \ pgp.h pgp-encode.c rsa2openpgp.c \
buffer.h buffer.c \ buffer.h buffer.c buffer-init.c realloc.c \
nettle-meta.h \ nettle-meta.h \
nettle-internal.c nettle-internal.h nettle-internal.c nettle-internal.h
......
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