Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
8d689619
Commit
8d689619
authored
Mar 23, 2012
by
Niels Möller
Browse files
(arcfour_stream): Deleted obsolete prototype.
parent
b517f5b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
8d689619
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.
...
...
arcfour.h
View file @
8d689619
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment