]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Wrap stdint.h in ifdef.
authorDarren Tucker <dtucker@dtucker.net>
Tue, 10 Sep 2024 08:45:55 +0000 (18:45 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 10 Sep 2024 08:45:55 +0000 (18:45 +1000)
kexmlkem768x25519.c

index 18730ff8a0d6a182eaba1d3bb6bd7127cc4cc0b6..679446e978a4fc1ed2fb8582082f444775465619 100644 (file)
@@ -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>