Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
3fb4e30f
Commit
3fb4e30f
authored
Apr 26, 2006
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include "getopt.h".
Rev: src/nettle/examples/nettle-benchmark.c:1.19
parent
97cd2f8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
examples/nettle-benchmark.c
examples/nettle-benchmark.c
+2
-6
No files found.
examples/nettle-benchmark.c
View file @
3fb4e30f
...
@@ -36,15 +36,11 @@
...
@@ -36,15 +36,11 @@
#include <time.h>
#include <time.h>
/* For getopt */
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include "aes.h"
#include "aes.h"
#include "arcfour.h"
#include "arcfour.h"
#include "blowfish.h"
#include "blowfish.h"
#include "cast128.h"
#include "cast128.h"
#include "cbc.h"
#include "des.h"
#include "des.h"
#include "serpent.h"
#include "serpent.h"
#include "twofish.h"
#include "twofish.h"
...
@@ -52,7 +48,7 @@
...
@@ -52,7 +48,7 @@
#include "nettle-meta.h"
#include "nettle-meta.h"
#include "nettle-internal.h"
#include "nettle-internal.h"
#include "
cbc
.h"
#include "
getopt
.h"
static
double
frequency
=
0
.
0
;
static
double
frequency
=
0
.
0
;
...
...
Write
Preview
Markdown
is supported
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