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

Added new source files and headers buffer.h,

buffer.c, sexp_format.c, sexp2rsa.c, rsa2sexp.c.

Rev: src/nettle/Makefile.am:1.41
parent 24ca0ff6
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ libnettleincludedir = $(includedir)/nettle ...@@ -6,7 +6,7 @@ libnettleincludedir = $(includedir)/nettle
lib_LIBRARIES = libnettle.a lib_LIBRARIES = libnettle.a
libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \
base64.h cast128.h \ base64.h buffer.h cast128.h \
cbc.h \ cbc.h \
des.h des-compat.h \ des.h des-compat.h \
hmac.h \ hmac.h \
...@@ -35,11 +35,13 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \ ...@@ -35,11 +35,13 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \
serpent.c serpent.h serpent_sboxes.h serpent-meta.c \ serpent.c serpent.h serpent_sboxes.h serpent-meta.c \
twofish.c twofish.h twofish-meta.c \ twofish.c twofish.h twofish-meta.c \
yarrow.h yarrow256.c yarrow_key_event.c \ yarrow.h yarrow256.c yarrow_key_event.c \
sexp.h sexp.c \ sexp.h sexp.c sexp_format.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-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 \
buffer.h buffer.c \
nettle-meta.h \ nettle-meta.h \
nettle-internal.c nettle-internal.h nettle-openssl.c nettle-internal.c nettle-internal.h nettle-openssl.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment