From 47a3f5b8513b2a1228a43f5e88e791dc6d7b0ab9 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 2 Mar 2024 15:40:05 +0000 Subject: include for time_t and struct tm, needed for macos ok millert miod --- src/lib/libcrypto/crypto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/crypto.h b/src/lib/libcrypto/crypto.h index 440240baa9..d6ea7771cf 100644 --- a/src/lib/libcrypto/crypto.h +++ b/src/lib/libcrypto/crypto.h @@ -1,4 +1,4 @@ -/* $OpenBSD: crypto.h,v 1.71 2024/03/02 11:40:53 tb Exp $ */ +/* $OpenBSD: crypto.h,v 1.72 2024/03/02 15:40:05 tb Exp $ */ /* ==================================================================== * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. * @@ -117,6 +117,7 @@ #include #include #include +#include #ifndef HEADER_CRYPTO_H #define HEADER_CRYPTO_H -- cgit v1.2.3-55-g6feb