From 9b81b7b93a4b90e2cc81174947bef859a308dba7 Mon Sep 17 00:00:00 2001 From: op <> Date: Sun, 14 May 2023 07:26:25 +0000 Subject: add missing #include ; ok tb@ --- src/lib/libtls/tls_ocsp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libtls/tls_ocsp.c') diff --git a/src/lib/libtls/tls_ocsp.c b/src/lib/libtls/tls_ocsp.c index 83585fac05..acf6935a52 100644 --- a/src/lib/libtls/tls_ocsp.c +++ b/src/lib/libtls/tls_ocsp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls_ocsp.c,v 1.22 2021/10/31 16:39:32 tb Exp $ */ +/* $OpenBSD: tls_ocsp.c,v 1.23 2023/05/14 07:26:25 op Exp $ */ /* * Copyright (c) 2015 Marko Kreen * Copyright (c) 2016 Bob Beck @@ -21,6 +21,8 @@ #include #include +#include + #include #include #include -- cgit v1.2.3-55-g6feb