diff options
| author | kenjiro <> | 2026-07-31 00:50:52 +0000 |
|---|---|---|
| committer | kenjiro <> | 2026-07-31 00:50:52 +0000 |
| commit | e1b703522865e8996212ffc767bc616d3a7bc7b0 (patch) | |
| tree | 04d3ad9ad4f09bcdb811daf80f2774e6d828e985 /src/lib/libcrypto/err/err.c | |
| parent | 3d5c26fca686ebb3960c3fa26ceab85b5a95c559 (diff) | |
| download | openbsd-e1b703522865e8996212ffc767bc616d3a7bc7b0.tar.gz openbsd-e1b703522865e8996212ffc767bc616d3a7bc7b0.tar.bz2 openbsd-e1b703522865e8996212ffc767bc616d3a7bc7b0.zip | |
Add missing internal header includes
Include the relevant internal headers in implementation files that define
internal functions.
Also make asn1_local.h and pkcs12_local.h self-contained by including their
corresponding public headers.
ok tb beck
Diffstat (limited to 'src/lib/libcrypto/err/err.c')
| -rw-r--r-- | src/lib/libcrypto/err/err.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/err/err.c b/src/lib/libcrypto/err/err.c index a60769fc2a..5bfdf66aee 100644 --- a/src/lib/libcrypto/err/err.c +++ b/src/lib/libcrypto/err/err.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: err.c,v 1.78 2025/06/10 08:53:37 tb Exp $ */ | 1 | /* $OpenBSD: err.c,v 1.79 2026/07/31 00:50:52 kenjiro 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 | * |
| @@ -122,6 +122,9 @@ | |||
| 122 | #include <openssl/err.h> | 122 | #include <openssl/err.h> |
| 123 | #include <openssl/lhash.h> | 123 | #include <openssl/lhash.h> |
| 124 | 124 | ||
| 125 | #include "constant_time.h" | ||
| 126 | #include "err_local.h" | ||
| 127 | |||
| 125 | DECLARE_LHASH_OF(ERR_STRING_DATA); | 128 | DECLARE_LHASH_OF(ERR_STRING_DATA); |
| 126 | DECLARE_LHASH_OF(ERR_STATE); | 129 | DECLARE_LHASH_OF(ERR_STATE); |
| 127 | 130 | ||
