mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-09-25 02:48:02 +02:00
agent_fuzz doesn't want stdint.h conditionalised
This commit is contained in:
parent
750911fd31
commit
f3f56df8ec
@ -1,9 +1,7 @@
|
|||||||
// cc_fuzz_target test for ssh-agent.
|
// cc_fuzz_target test for ssh-agent.
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
||||||
#ifdef HAVE_STDINT_H
|
#include <stdint.h>
|
||||||
# include <stdint.h>
|
|
||||||
#endif
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
extern void test_one(const uint8_t* s, size_t slen);
|
extern void test_one(const uint8_t* s, size_t slen);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user