From: Niels Möller Date: Fri, 25 Oct 2002 15:17:11 +0000 (+0200) Subject: *** empty log message *** X-Git-Tag: nettle_1.7_release_20030311~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fe317d2c2c6303c05f2b0def9b1ffdcea1775c1;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/ChangeLog:1.135 --- diff --git a/ChangeLog b/ChangeLog index 61861f21..25d09812 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2002-10-25 Niels Möller + * examples/sexp-conv.c (struct sexp_input): Deleted the mode from + the state, that should be passed as argument to relevant + functions. Instead, introduces enum sexp_coding, to say if base64 + coding is in effect. + (struct sexp_output): Added coding attribute. + (sexp_put_char): Use output->coding. + (sexp_put_base64_start): Likewise. + (sexp_put_base64_end): Likewise. + * base64-decode.c (base64_decode_single): Simplified, got rid of the done variable.