diff options
author | tb <> | 2025-05-10 05:54:39 +0000 |
---|---|---|
committer | tb <> | 2025-05-10 05:54:39 +0000 |
commit | dcbbedc9acedb9203cec6f635f57b433f541d560 (patch) | |
tree | 70b02845e44482dbe558f0dc5d503c5d977aa73d /src/lib/libcrypto/crypto_legacy.c | |
parent | 7a74ec170c7874b681282a81d43ff70a1fcf67fc (diff) | |
download | openbsd-dcbbedc9acedb9203cec6f635f57b433f541d560.tar.gz openbsd-dcbbedc9acedb9203cec6f635f57b433f541d560.tar.bz2 openbsd-dcbbedc9acedb9203cec6f635f57b433f541d560.zip |
Use err_local.h rather than err.h in most places
ok jsing
Diffstat (limited to 'src/lib/libcrypto/crypto_legacy.c')
-rw-r--r-- | src/lib/libcrypto/crypto_legacy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto_legacy.c b/src/lib/libcrypto/crypto_legacy.c index d864fc4c3f..cfe10467f6 100644 --- a/src/lib/libcrypto/crypto_legacy.c +++ b/src/lib/libcrypto/crypto_legacy.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: crypto_legacy.c,v 1.6 2024/11/06 04:18:42 tb Exp $ */ | 1 | /* $OpenBSD: crypto_legacy.c,v 1.7 2025/05/10 05:54:38 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 | * |
@@ -123,10 +123,10 @@ | |||
123 | 123 | ||
124 | #include <openssl/opensslconf.h> | 124 | #include <openssl/opensslconf.h> |
125 | #include <openssl/crypto.h> | 125 | #include <openssl/crypto.h> |
126 | #include <openssl/err.h> | ||
127 | 126 | ||
128 | #include "crypto_internal.h" | 127 | #include "crypto_internal.h" |
129 | #include "crypto_local.h" | 128 | #include "crypto_local.h" |
129 | #include "err_local.h" | ||
130 | #include "x86_arch.h" | 130 | #include "x86_arch.h" |
131 | 131 | ||
132 | /* Machine independent capabilities. */ | 132 | /* Machine independent capabilities. */ |