From 8d6896194cdd69d098bb087d79dc0793807b77df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Fri, 23 Mar 2012 21:29:05 +0100 Subject: (arcfour_stream): Deleted obsolete prototype. --- arcfour.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'arcfour.h') 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 -- cgit v1.2.1