Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Norbert Pócs
nettle
Commits
8d689619
Commit
8d689619
authored
13 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
(arcfour_stream): Deleted obsolete prototype.
parent
b517f5b9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+4
-0
4 additions, 0 deletions
ChangeLog
arcfour.h
+0
-4
0 additions, 4 deletions
arcfour.h
with
4 additions
and
4 deletions
ChangeLog
+
4
−
0
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>
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.
...
...
This diff is collapsed.
Click to expand it.
arcfour.h
+
0
−
4
View file @
8d689619
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment