From 1b759115b6446eb5e9b255282b31b56eb25f23df Mon Sep 17 00:00:00 2001 From: jsing Date: Tue, 26 Mar 2024 05:46:13 +0000 Subject: [PATCH] Include stdint.h for uintptr_t. --- lib/libcrypto/md5/md5.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libcrypto/md5/md5.c b/lib/libcrypto/md5/md5.c index cb1a9a3a09c..ab53bf548fd 100644 --- a/lib/libcrypto/md5/md5.c +++ b/lib/libcrypto/md5/md5.c @@ -1,4 +1,4 @@ -/* $OpenBSD: md5.c,v 1.19 2024/03/26 05:21:35 jsing Exp $ */ +/* $OpenBSD: md5.c,v 1.20 2024/03/26 05:46:13 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -57,6 +57,7 @@ */ #include +#include #include #include -- 2.20.1