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
Brian Smith
nettle
Commits
3fb4e30f
Commit
3fb4e30f
authored
Apr 26, 2006
by
Niels Möller
Browse files
Include "getopt.h".
Rev: src/nettle/examples/nettle-benchmark.c:1.19
parent
97cd2f8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/nettle-benchmark.c
View file @
3fb4e30f
...
...
@@ -36,15 +36,11 @@
#include
<time.h>
/* For getopt */
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include
"aes.h"
#include
"arcfour.h"
#include
"blowfish.h"
#include
"cast128.h"
#include
"cbc.h"
#include
"des.h"
#include
"serpent.h"
#include
"twofish.h"
...
...
@@ -52,7 +48,7 @@
#include
"nettle-meta.h"
#include
"nettle-internal.h"
#include
"
cbc
.h"
#include
"
getopt
.h"
static
double
frequency
=
0
.
0
;
...
...
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