From: Niels Möller Date: Sun, 11 Jan 2004 19:44:45 +0000 (+0100) Subject: (libnettleinclude_HEADERS): Added bignum.h, X-Git-Tag: nettle_1.9_release_20040207~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b1da3701a11162ed88c93f7d31b5b58913887da;p=thirdparty%2Fnettle.git (libnettleinclude_HEADERS): Added bignum.h, memxor.h, pkcs1.h and rsa-compat.h. Rev: src/nettle/ChangeLog:1.227 Rev: src/nettle/Makefile.am:1.68 --- diff --git a/ChangeLog b/ChangeLog index 1509ed7a..43597b33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-01-11 Niels Möller + * Makefile.am (libnettleinclude_HEADERS): Added bignum.h, + memxor.h, pkcs1.h and rsa-compat.h. + * configure.ac: Bumped version to 1.9. 2004-01-10 Niels Möller diff --git a/Makefile.am b/Makefile.am index cff84d17..e9510dca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ noinst_PROGRAMS = aesdata desdata shadata libnettleincludedir = $(includedir)/nettle lib_LIBRARIES = libnettle.a -libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \ +libnettleinclude_HEADERS = aes.h arcfour.h bignum.h blowfish.h \ base16.h base64.h buffer.h cast128.h \ cbc.h \ des.h des-compat.h dsa.h \ @@ -14,8 +14,9 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \ macros.h \ md2.h md4.h \ md5.h md5-compat.h \ + memxor.h \ nettle-meta.h nettle-types.h \ - pgp.h realloc.h rsa.h \ + pgp.h pkcs1.h realloc.h rsa.h rsa-compat.h \ sexp.h \ serpent.h sha.h twofish.h \ yarrow.h