From: Niels Möller Date: Tue, 5 Oct 2004 21:46:43 +0000 (+0200) Subject: *** empty log message *** X-Git-Tag: nettle_1.11_release_20041026~43 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1686632080e94d7b42ad1d6ba31ba8b812779f77;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/ChangeLog:1.277 --- diff --git a/ChangeLog b/ChangeLog index 6eab8213..63c36dd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2004-10-05 Niels Möller + + * twofish.c (q_table): Use a const pointer array. + + * sexp2dsa.c (dsa_keypair_from_sexp_alist): Use a const pointer + array for the keywords. + (dsa_signature_from_sexp): Likewise. + * sexp2rsa.c (rsa_keypair_from_sexp_alist): Likewise. + (rsa_keypair_from_sexp): Likewise. + + * sexp.c (sexp_iterator_check_types): Use an argument of type + "const uint8_t * const *" for the types list. + (sexp_iterator_assoc): Likewise, for the keys list. + + * list-obj-sizes.awk: Fixes to handle multiple .data and .rodata + sections. Also fixed to handle the last file correctly. + 2004-09-23 Niels Möller * configure.ac (SHLIBLINK, SHLIBLIBS): On cygwin, linking needs