summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-03-02 15:40:06 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-03-02 15:40:06 +0000
commit9990764cb6399b7f498305e733f3ed343ca7a5cc (patch)
tree0ccefac9431a60b4b8b3b34c31ce53deab256462 /lib
parenta6d8416cc94844cf1badcd734cdd1d954e19b2bb (diff)
include <time.h> for time_t and struct tm, needed for macos
ok millert miod
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/crypto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/crypto.h b/lib/libcrypto/crypto.h
index 440240baa94..d6ea7771cf4 100644
--- a/lib/libcrypto/crypto.h
+++ b/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 <stdint.h>
#include <stdio.h>
#include <stdlib.h>
+#include <time.h>
#ifndef HEADER_CRYPTO_H
#define HEADER_CRYPTO_H