From: dtucker@openbsd.org Date: Fri, 23 May 2025 11:54:50 +0000 (+0000) Subject: upstream: Include stdint.h for UINT32_MAX. X-Git-Tag: V_10_1_P1~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c64d69e4e24a3ab06f7922ef389e7399c4dfb88;p=thirdparty%2Fopenssh-portable.git upstream: Include stdint.h for UINT32_MAX. OpenBSD-Commit-ID: edc29ed67e8bd03bac729d9b4849066d1d3a8cb9 --- diff --git a/umac.c b/umac.c index df9035260..5bf2e43a6 100644 --- a/umac.c +++ b/umac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umac.c,v 1.24 2025/05/23 11:25:35 dtucker Exp $ */ +/* $OpenBSD: umac.c,v 1.25 2025/05/23 11:54:50 dtucker Exp $ */ /* ----------------------------------------------------------------------- * * umac.c -- C Implementation UMAC Message Authentication @@ -76,6 +76,9 @@ #include #include #include +#ifdef HAVE_STDINT_H +#include +#endif #include #include