[openssh-commits] [openssh] 05/06: upstream commit
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Dec 5 09:31:32 EST 2014
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit a31046cad1aed16a0b55171192faa6d02665ccec
Author: krw at openbsd.org <krw at openbsd.org>
Date: Wed Nov 19 13:35:37 2014 +0000
upstream commit
Nuke yet more obvious #include duplications.
ok deraadt@
---
regress/unittests/test_helper/fuzz.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/regress/unittests/test_helper/fuzz.c b/regress/unittests/test_helper/fuzz.c
index 77c6e7c..d8e1b7e 100644
--- a/regress/unittests/test_helper/fuzz.c
+++ b/regress/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 at mindrot.org>
*
@@ -29,7 +29,6 @@
#endif
#include <stdlib.h>
#include <string.h>
-#include <assert.h>
#include "test_helper.h"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list