summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto_local.h
diff options
context:
space:
mode:
authorjsing <>2025-05-24 07:23:14 +0000
committerjsing <>2025-05-24 07:23:14 +0000
commit19481faae98e76fb30ab33568501e385e3bcd1a3 (patch)
tree68670908b6c499e3109bde2c7878c05c0fe85354 /src/lib/libcrypto/crypto_local.h
parent8ed7978ba9261ae91449f542e06d0cd25c7e1b62 (diff)
downloadopenbsd-19481faae98e76fb30ab33568501e385e3bcd1a3.tar.gz
openbsd-19481faae98e76fb30ab33568501e385e3bcd1a3.tar.bz2
openbsd-19481faae98e76fb30ab33568501e385e3bcd1a3.zip
Remove remnants of OPENSSL_cpuid_setup().
This is no longer used.
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