Skip to content
Snippets Groups Projects
Commit 8d689619 authored by Niels Möller's avatar Niels Möller
Browse files

(arcfour_stream): Deleted obsolete prototype.

parent b517f5b9
Branches
Tags
No related merge requests found
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> 2012-03-05 Niels Möller <nisse@lysator.liu.se>
* configure.ac (enable_shared): Build shared libraries by default. * configure.ac (enable_shared): Build shared libraries by default.
......
...@@ -58,10 +58,6 @@ arcfour_crypt(struct arcfour_ctx *ctx, ...@@ -58,10 +58,6 @@ arcfour_crypt(struct arcfour_ctx *ctx,
unsigned length, uint8_t *dst, unsigned length, uint8_t *dst,
const uint8_t *src); const uint8_t *src);
void
arcfour_stream(struct arcfour_ctx *ctx,
unsigned length, uint8_t *dst);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment