From: Niels Möller Date: Sun, 29 Sep 2002 21:06:23 +0000 (+0200) Subject: Added new source files and headers buffer.h, X-Git-Tag: nettle_1.6_release_20021003~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52c6c8d8525745f5e5fb89edb5f0da8a19c91d9b;p=thirdparty%2Fnettle.git Added new source files and headers buffer.h, buffer.c, sexp_format.c, sexp2rsa.c, rsa2sexp.c. Rev: src/nettle/Makefile.am:1.41 --- diff --git a/Makefile.am b/Makefile.am index 54ffb122..ff0f4cfb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ libnettleincludedir = $(includedir)/nettle lib_LIBRARIES = libnettle.a libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \ - base64.h cast128.h \ + base64.h buffer.h cast128.h \ cbc.h \ des.h des-compat.h \ hmac.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 \ twofish.c twofish.h twofish-meta.c \ yarrow.h yarrow256.c yarrow_key_event.c \ - sexp.h sexp.c \ + sexp.h sexp.c sexp_format.c \ bignum.h bignum.c \ rsa.h rsa.c rsa_md5.c rsa_sha1.c \ rsa-encrypt.c rsa-decrypt.c \ rsa-keygen.c rsa-compat.h rsa-compat.c \ + rsa2sexp.c sexp2rsa.c \ + buffer.h buffer.c \ nettle-meta.h \ nettle-internal.c nettle-internal.h nettle-openssl.c