mirror of
https://github.com/openssh/openssh-portable.git
synced 2026-06-24 08:48:18 +00:00
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:
committed by
Damien Miller
parent
eb34f95206
commit
00d955cf9e
3
sshbuf.h
3
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>
|
||||
|
||||
Reference in New Issue
Block a user