summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-12-15 08:22:08 +0000
committertb <>2023-12-15 08:22:08 +0000
commit297e7294f5840e1bff79014cff7d8d0ed901623e (patch)
tree3a03fd9e326762fd55157c30021e7676e4216546 /src
parentc40d126d3db6ce3ded4af595d4f8cb09c69354f8 (diff)
downloadopenbsd-297e7294f5840e1bff79014cff7d8d0ed901623e.tar.gz
openbsd-297e7294f5840e1bff79014cff7d8d0ed901623e.tar.bz2
openbsd-297e7294f5840e1bff79014cff7d8d0ed901623e.zip
Clean up includes
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/asn1/ameth_lib.c10
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"