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/conf | |
| 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/conf')
| -rw-r--r-- | src/lib/libcrypto/conf/conf_mod.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/conf/conf_mod.c b/src/lib/libcrypto/conf/conf_mod.c index 6e697cc478..f90cf0f729 100644 --- a/src/lib/libcrypto/conf/conf_mod.c +++ b/src/lib/libcrypto/conf/conf_mod.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: conf_mod.c,v 1.41 2025/05/10 05:54:38 tb Exp $ */ | 1 | /* $OpenBSD: conf_mod.c,v 1.42 2026/07/31 00:50:52 kenjiro Exp $ */ |
| 2 | /* Written by Stephen Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Stephen Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project 2001. | 3 | * project 2001. |
| 4 | */ | 4 | */ |
| @@ -65,6 +65,7 @@ | |||
| 65 | #include <openssl/crypto.h> | 65 | #include <openssl/crypto.h> |
| 66 | #include <openssl/x509.h> | 66 | #include <openssl/x509.h> |
| 67 | 67 | ||
| 68 | #include "conf_local.h" | ||
| 68 | #include "err_local.h" | 69 | #include "err_local.h" |
| 69 | 70 | ||
| 70 | /* This structure contains data about supported modules. */ | 71 | /* This structure contains data about supported modules. */ |
