summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/ssh/unittests/test_helper/fuzz.c
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2014-11-19 13:35:36 +0000
committerkrw <krw@openbsd.org>2014-11-19 13:35:36 +0000
commit036c7a3474848baffbbaeccc94a4652c4153e6cb (patch)
tree9477224563231b76a3323b5036497d38a020be64 /regress/usr.bin/ssh/unittests/test_helper/fuzz.c
parentmove to stravis so doug@ will stop laughing at my misuse of strnvis. (diff)
downloadwireguard-openbsd-036c7a3474848baffbbaeccc94a4652c4153e6cb.tar.xz
wireguard-openbsd-036c7a3474848baffbbaeccc94a4652c4153e6cb.zip
Nuke yet more obvious #include duplications.
ok deraadt@
Diffstat (limited to 'regress/usr.bin/ssh/unittests/test_helper/fuzz.c')
-rw-r--r--regress/usr.bin/ssh/unittests/test_helper/fuzz.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/unittests/test_helper/fuzz.c b/regress/usr.bin/ssh/unittests/test_helper/fuzz.c
index b64af24ed11..3ccab7d2461 100644
--- a/regress/usr.bin/ssh/unittests/test_helper/fuzz.c
+++ b/regress/usr.bin/ssh/unittests/test_helper/fuzz.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fuzz.c,v 1.3 2014/05/02 09:41:32 andre Exp $ */
+/* $OpenBSD: fuzz.c,v 1.4 2014/11/19 13:35:37 krw Exp $ */
/*
* Copyright (c) 2011 Damien Miller <djm@mindrot.org>
*
@@ -25,7 +25,6 @@
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
-#include <assert.h>
#include "test_helper.h"