From 6b1da3701a11162ed88c93f7d31b5b58913887da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sun, 11 Jan 2004 20:44:45 +0100 Subject: [PATCH] (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 --- ChangeLog | 3 +++ Makefile.am | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1509ed7a..43597b33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-01-11 Niels Möller <nisse@harpo.hack.org> + * 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 <nisse@harpo.hack.org> 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 -- GitLab