[openssh-commits] [openssh] 01/03: upstream: want stdint.h here now that we've switched from u_intXX_t
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Apr 20 09:38:31 AEST 2026
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 00d955cf9e2e09eb3e98ebf6b375adccb7f25842
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Tue Apr 7 07:40:40 2026 +0000
upstream: want stdint.h here now that we've switched from u_intXX_t
-> uintXX_t
OpenBSD-Commit-ID: 6d5e80bd6f29a9db18b18beeb1cbe5423b59de44
---
sshbuf.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sshbuf.h b/sshbuf.h
index b8ccb7385..5ad230b37 100644
--- 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>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list