From 8d6896194cdd69d098bb087d79dc0793807b77df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Fri, 23 Mar 2012 21:29:05 +0100
Subject: [PATCH] (arcfour_stream): Deleted obsolete prototype.

---
 ChangeLog | 4 ++++
 arcfour.h | 4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d096a28f..00d9f63b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-23  Niels Möller  <nisse@lysator.liu.se>
+
+	* arcfour.h (arcfour_stream): Deleted obsolete prototype.
+
 2012-03-05  Niels Möller  <nisse@lysator.liu.se>
 
 	* 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
-- 
GitLab