diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-08-03 01:16:03 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-08-03 01:54:47 +0200 |
commit | ae155d81b9b0282e1fe2fdfc18f3bfa3ec6a5074 (patch) | |
tree | e66003dc5af9746fbe3b652414362cc704bc6de8 /src/benchmark-cipher.c | |
parent | 5ca16d756ababb14e31d09ac4f1c1514de2ff5b9 (diff) | |
download | gnutls-ae155d81b9b0282e1fe2fdfc18f3bfa3ec6a5074.tar.gz |
Update gnulib files. Fix syntax-check usage.
Diffstat (limited to 'src/benchmark-cipher.c')
-rw-r--r-- | src/benchmark-cipher.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/benchmark-cipher.c b/src/benchmark-cipher.c index a69dd24cf2..f23c8990d8 100644 --- a/src/benchmark-cipher.c +++ b/src/benchmark-cipher.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009, 2010 Free Software Foundation, Inc. + * Copyright (C) 2009-2011 Free Software Foundation, Inc. * * This file is part of GnuTLS. * @@ -28,7 +28,6 @@ #include <gnutls/gnutls.h> #include <gnutls/crypto.h> #include <time.h> -#include <signal.h> #include "timespec.h" /* gnulib gettime */ #include "benchmark.h" |