]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(libnettleinclude_HEADERS): Added bignum.h,
authorNiels Möller <nisse@lysator.liu.se>
Sun, 11 Jan 2004 19:44:45 +0000 (20:44 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 11 Jan 2004 19:44:45 +0000 (20:44 +0100)
memxor.h, pkcs1.h and rsa-compat.h.

Rev: src/nettle/ChangeLog:1.227
Rev: src/nettle/Makefile.am:1.68

ChangeLog
Makefile.am

index 1509ed7aa8698df7b90317ddc851995a2d689c22..43597b33d3fee26bf0c197c71aecc1cc8457c40a 100644 (file)
--- 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>
index cff84d173417501265c053c5c86d9f0164a1fe0e..e9510dca0edbf89b74e2eee826f0b8cf6c46be9e 100644 (file)
@@ -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