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

(libnettle_a_SOURCES): Added

sexp-format-transport.c.

Rev: src/nettle/Makefile.am:1.48
parent 7162e47e
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,8 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \ ...@@ -18,6 +18,8 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \
serpent.h sha.h twofish.h \ serpent.h sha.h twofish.h \
yarrow.h yarrow.h
# FIXME: There's some confusion on - vs _ in source file names.
# My current belief is that the _-ones ought to be renamed.
libnettle_a_SOURCES = aes.c aes.h aes-internal.h \ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \
aes-decrypt-table.c aes-decrypt.c \ aes-decrypt-table.c aes-decrypt.c \
aes-encrypt-table.c aes-encrypt.c \ aes-encrypt-table.c aes-encrypt.c \
...@@ -36,7 +38,7 @@ libnettle_a_SOURCES = aes.c aes.h aes-internal.h \ ...@@ -36,7 +38,7 @@ 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_format.c \ sexp.h sexp.c sexp_format.c sexp-transport.c \
bignum.h bignum.c bignum-random.c \ bignum.h bignum.c bignum-random.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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment