summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/crypto.h3
1 files changed, 2 insertions, 1 deletions
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 @@
1/* $OpenBSD: crypto.h,v 1.71 2024/03/02 11:40:53 tb Exp $ */ 1/* $OpenBSD: crypto.h,v 1.72 2024/03/02 15:40:05 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -117,6 +117,7 @@
117#include <stdint.h> 117#include <stdint.h>
118#include <stdio.h> 118#include <stdio.h>
119#include <stdlib.h> 119#include <stdlib.h>
120#include <time.h>
120 121
121#ifndef HEADER_CRYPTO_H 122#ifndef HEADER_CRYPTO_H
122#define HEADER_CRYPTO_H 123#define HEADER_CRYPTO_H