]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: want stdint.h here now that we've switched from u_intXX_t
authordjm@openbsd.org <djm@openbsd.org>
Tue, 7 Apr 2026 07:40:40 +0000 (07:40 +0000)
committerDamien Miller <djm@mindrot.org>
Sun, 19 Apr 2026 23:38:25 +0000 (09:38 +1000)
-> uintXX_t

OpenBSD-Commit-ID: 6d5e80bd6f29a9db18b18beeb1cbe5423b59de44

sshbuf.h

index b8ccb7385389aed7a2ebf9e248a4c0a5cb018a1f..5ad230b3789d2186151ba8fd6bac0aba84648474 100644 (file)
--- a/sshbuf.h
+++ b/sshbuf.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sshbuf.h,v 1.35 2026/03/03 09:57:25 dtucker Exp $     */
+/*     $OpenBSD: sshbuf.h,v 1.36 2026/04/07 07:40:40 djm Exp $ */
 /*
  * Copyright (c) 2011 Damien Miller
  *
@@ -21,6 +21,7 @@
 #include <sys/types.h>
 #include <stdarg.h>
 #include <stdio.h>
+#include <stdint.h>
 
 #ifdef WITH_OPENSSL
 # include <openssl/bn.h>