[openssh-commits] [openssh] 01/01: agent_fuzz doesn't want stdint.h conditionalised
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jul 19 12:07:52 AEST 2023
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit f3f56df8ec476b2de6cbdbdfdb77a2a61087829d
Author: Damien Miller <djm at mindrot.org>
Date: Wed Jul 19 12:07:18 2023 +1000
agent_fuzz doesn't want stdint.h conditionalised
---
regress/misc/fuzz-harness/agent_fuzz.cc | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/regress/misc/fuzz-harness/agent_fuzz.cc b/regress/misc/fuzz-harness/agent_fuzz.cc
index 3013f54d..ad85b2f9 100644
--- a/regress/misc/fuzz-harness/agent_fuzz.cc
+++ b/regress/misc/fuzz-harness/agent_fuzz.cc
@@ -1,9 +1,7 @@
// cc_fuzz_target test for ssh-agent.
extern "C" {
-#ifdef HAVE_STDINT_H
-# include <stdint.h>
-#endif
+#include <stdint.h>
#include <sys/types.h>
extern void test_one(const uint8_t* s, size_t slen);
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list