diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/unittests/test_helper/fuzz.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/unittests/test_helper/fuzz.c b/regress/unittests/test_helper/fuzz.c index 77c6e7cad..d8e1b7ec0 100644 --- a/regress/unittests/test_helper/fuzz.c +++ b/regress/unittests/test_helper/fuzz.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: fuzz.c,v 1.3 2014/05/02 09:41:32 andre Exp $ */ | 1 | /* $OpenBSD: fuzz.c,v 1.4 2014/11/19 13:35:37 krw Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2011 Damien Miller <djm@mindrot.org> | 3 | * Copyright (c) 2011 Damien Miller <djm@mindrot.org> |
4 | * | 4 | * |
@@ -29,7 +29,6 @@ | |||
29 | #endif | 29 | #endif |
30 | #include <stdlib.h> | 30 | #include <stdlib.h> |
31 | #include <string.h> | 31 | #include <string.h> |
32 | #include <assert.h> | ||
33 | 32 | ||
34 | #include "test_helper.h" | 33 | #include "test_helper.h" |
35 | 34 | ||