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

Include "getopt.h".

Rev: src/nettle/examples/nettle-benchmark.c:1.19
parent 97cd2f8a
No related branches found
No related tags found
No related merge requests found
...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment