summaryrefslogtreecommitdiff
path: root/arcfour.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2012-03-23 21:29:05 +0100
committerNiels Möller <nisse@lysator.liu.se>2012-03-23 21:29:05 +0100
commit8d6896194cdd69d098bb087d79dc0793807b77df (patch)
treef4aaf95395f6a109988463459ccc3e879e2d147a /arcfour.h
parentb517f5b9234b884e9963b4213937137d0477fd17 (diff)
downloadnettle-8d6896194cdd69d098bb087d79dc0793807b77df.tar.gz
(arcfour_stream): Deleted obsolete prototype.
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