summaryrefslogtreecommitdiff
path: root/arcfour.h
diff options
context:
space:
mode:
Diffstat (limited to 'arcfour.h')
-rw-r--r--arcfour.h4
1 files changed, 0 insertions, 4 deletions
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