diff options
| author | tb <> | 2024-01-10 21:34:53 +0000 |
|---|---|---|
| committer | tb <> | 2024-01-10 21:34:53 +0000 |
| commit | 01888162500f9a9b5412f51c414401062c501098 (patch) | |
| tree | cd4d3d18c0707b510f79ef68a62a66ff42fba177 /src | |
| parent | 909b0dce0198824c0e6cfc57fe3bd99eb892f23f (diff) | |
| download | openbsd-01888162500f9a9b5412f51c414401062c501098.tar.gz openbsd-01888162500f9a9b5412f51c414401062c501098.tar.bz2 openbsd-01888162500f9a9b5412f51c414401062c501098.zip | |
X509_TRUST: tidy up includes
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_trs.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_trs.c b/src/lib/libcrypto/x509/x509_trs.c index 4391907ca6..efa648c9eb 100644 --- a/src/lib/libcrypto/x509/x509_trs.c +++ b/src/lib/libcrypto/x509/x509_trs.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509_trs.c,v 1.38 2024/01/10 21:19:56 tb Exp $ */ | 1 | /* $OpenBSD: x509_trs.c,v 1.39 2024/01/10 21:34:53 tb Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project 1999. | 3 | * project 1999. |
| 4 | */ | 4 | */ |
| @@ -57,9 +57,11 @@ | |||
| 57 | */ | 57 | */ |
| 58 | 58 | ||
| 59 | #include <stdio.h> | 59 | #include <stdio.h> |
| 60 | #include <string.h> | ||
| 61 | 60 | ||
| 61 | #include <openssl/asn1.h> | ||
| 62 | #include <openssl/err.h> | 62 | #include <openssl/err.h> |
| 63 | #include <openssl/objects.h> | ||
| 64 | #include <openssl/x509.h> | ||
| 63 | #include <openssl/x509v3.h> | 65 | #include <openssl/x509v3.h> |
| 64 | 66 | ||
| 65 | #include "x509_local.h" | 67 | #include "x509_local.h" |
