diff options
| author | tb <> | 2023-12-15 08:22:08 +0000 |
|---|---|---|
| committer | tb <> | 2023-12-15 08:22:08 +0000 |
| commit | 2944787f73dfad0d25ee0848f55a3bcd28088549 (patch) | |
| tree | 3a03fd9e326762fd55157c30021e7676e4216546 /src | |
| parent | 76c743d67a3a1c1aaef9d3000548f336a9b57741 (diff) | |
| download | openbsd-2944787f73dfad0d25ee0848f55a3bcd28088549.tar.gz openbsd-2944787f73dfad0d25ee0848f55a3bcd28088549.tar.bz2 openbsd-2944787f73dfad0d25ee0848f55a3bcd28088549.zip | |
Clean up includes
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/asn1/ameth_lib.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/lib/libcrypto/asn1/ameth_lib.c b/src/lib/libcrypto/asn1/ameth_lib.c index 9b4796a161..5ae195a10b 100644 --- a/src/lib/libcrypto/asn1/ameth_lib.c +++ b/src/lib/libcrypto/asn1/ameth_lib.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ameth_lib.c,v 1.35 2023/12/15 08:16:54 tb Exp $ */ | 1 | /* $OpenBSD: ameth_lib.c,v 1.36 2023/12/15 08:22:08 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 2006. | 3 | * project 2006. |
| 4 | */ | 4 | */ |
| @@ -56,14 +56,12 @@ | |||
| 56 | * | 56 | * |
| 57 | */ | 57 | */ |
| 58 | 58 | ||
| 59 | #include <stdio.h> | 59 | #include <stdlib.h> |
| 60 | #include <string.h> | 60 | #include <string.h> |
| 61 | #include <strings.h> | ||
| 61 | 62 | ||
| 62 | #include <openssl/opensslconf.h> | ||
| 63 | |||
| 64 | #include <openssl/asn1t.h> | ||
| 65 | #include <openssl/err.h> | 63 | #include <openssl/err.h> |
| 66 | #include <openssl/x509.h> | 64 | #include <openssl/evp.h> |
| 67 | 65 | ||
| 68 | #include "asn1_local.h" | 66 | #include "asn1_local.h" |
| 69 | #include "evp_local.h" | 67 | #include "evp_local.h" |
