diff options
| author | jsing <> | 2025-05-24 07:23:14 +0000 |
|---|---|---|
| committer | jsing <> | 2025-05-24 07:23:14 +0000 |
| commit | 19481faae98e76fb30ab33568501e385e3bcd1a3 (patch) | |
| tree | 68670908b6c499e3109bde2c7878c05c0fe85354 /src/lib/libcrypto/crypto_local.h | |
| parent | 8ed7978ba9261ae91449f542e06d0cd25c7e1b62 (diff) | |
| download | openbsd-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.h | 4 |
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 | ||
| 78 | void OPENSSL_cpuid_setup(void); | ||
| 79 | |||
| 80 | #ifdef __cplusplus | 78 | #ifdef __cplusplus |
| 81 | } | 79 | } |
| 82 | #endif | 80 | #endif |
