upstream: want stdint.h here now that we've switched from u_intXX_t

-> uintXX_t

OpenBSD-Commit-ID: 6d5e80bd6f29a9db18b18beeb1cbe5423b59de44
This commit is contained in:
djm@openbsd.org
2026-04-07 07:40:40 +00:00
committed by Damien Miller
parent eb34f95206
commit 00d955cf9e

View File

@@ -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 * Copyright (c) 2011 Damien Miller
* *
@@ -21,6 +21,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#include <stdint.h>
#ifdef WITH_OPENSSL #ifdef WITH_OPENSSL
# include <openssl/bn.h> # include <openssl/bn.h>