From: Niels Möller Date: Fri, 23 Mar 2012 20:29:05 +0000 (+0100) Subject: (arcfour_stream): Deleted obsolete prototype. X-Git-Tag: nettle_2.5_release_20120707~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d6896194cdd69d098bb087d79dc0793807b77df;p=thirdparty%2Fnettle.git (arcfour_stream): Deleted obsolete prototype. --- diff --git a/ChangeLog b/ChangeLog index d096a28f..00d9f63b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-03-23 Niels Möller + + * arcfour.h (arcfour_stream): Deleted obsolete prototype. + 2012-03-05 Niels Möller * configure.ac (enable_shared): Build shared libraries by default. diff --git a/arcfour.h b/arcfour.h index 44152075..9259f3a5 100644 --- a/arcfour.h +++ b/arcfour.h @@ -58,10 +58,6 @@ arcfour_crypt(struct arcfour_ctx *ctx, unsigned length, uint8_t *dst, const uint8_t *src); -void -arcfour_stream(struct arcfour_ctx *ctx, - unsigned length, uint8_t *dst); - #ifdef __cplusplus } #endif