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

(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
parent bea03d5b
No related branches found
No related tags found
No related merge requests found
2004-01-11 Niels Mller <nisse@harpo.hack.org> 2004-01-11 Niels Mller <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. * configure.ac: Bumped version to 1.9.
2004-01-10 Niels Mller <nisse@harpo.hack.org> 2004-01-10 Niels Mller <nisse@harpo.hack.org>
......
...@@ -5,7 +5,7 @@ noinst_PROGRAMS = aesdata desdata shadata ...@@ -5,7 +5,7 @@ noinst_PROGRAMS = aesdata desdata shadata
libnettleincludedir = $(includedir)/nettle libnettleincludedir = $(includedir)/nettle
lib_LIBRARIES = libnettle.a 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 \ base16.h base64.h buffer.h cast128.h \
cbc.h \ cbc.h \
des.h des-compat.h dsa.h \ des.h des-compat.h dsa.h \
...@@ -14,8 +14,9 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \ ...@@ -14,8 +14,9 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \
macros.h \ macros.h \
md2.h md4.h \ md2.h md4.h \
md5.h md5-compat.h \ md5.h md5-compat.h \
memxor.h \
nettle-meta.h nettle-types.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 \ sexp.h \
serpent.h sha.h twofish.h \ serpent.h sha.h twofish.h \
yarrow.h yarrow.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment