summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/crypto_local.h')
-rw-r--r--src/lib/libcrypto/crypto_local.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/crypto_local.h b/src/lib/libcrypto/crypto_local.h
index 2b4c74552f..d549102da0 100644
--- a/src/lib/libcrypto/crypto_local.h
+++ b/src/lib/libcrypto/crypto_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: crypto_local.h,v 1.4 2024/11/05 10:11:58 tb Exp $ */ 1/* $OpenBSD: crypto_local.h,v 1.5 2025/05/24 07:23:14 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -75,8 +75,6 @@ extern "C" {
75#define CTLOG_FILE OPENSSLDIR "/ct_log_list.cnf" 75#define CTLOG_FILE OPENSSLDIR "/ct_log_list.cnf"
76#define CTLOG_FILE_EVP "CTLOG_FILE" 76#define CTLOG_FILE_EVP "CTLOG_FILE"
77 77
78void OPENSSL_cpuid_setup(void);
79
80#ifdef __cplusplus 78#ifdef __cplusplus
81} 79}
82#endif 80#endif