[openssh-commits] [openssh] 02/03: Wrap stdint.h in ifdef.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Sep 10 18:53:02 AEST 2024
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit f4ff91575a448b19176ceaa8fd6843a25f39d572
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Tue Sep 10 18:45:55 2024 +1000
Wrap stdint.h in ifdef.
---
kexmlkem768x25519.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kexmlkem768x25519.c b/kexmlkem768x25519.c
index 18730ff8..679446e9 100644
--- a/kexmlkem768x25519.c
+++ b/kexmlkem768x25519.c
@@ -28,7 +28,9 @@
#include <sys/types.h>
#include <stdio.h>
+#ifdef HAVE_STDINT_H
#include <stdint.h>
+#endif
#include <stdbool.h>
#include <string.h>
#include <signal.h>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list