From f6160bdbdd657b1833593dae13ca39810ffaf772 Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 11 Oct 2023 13:22:11 +0000 Subject: [PATCH] Some housekeeping in x_algor Fix includes and zap an empty line. ok jsing --- lib/libcrypto/asn1/x_algor.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/asn1/x_algor.c b/lib/libcrypto/asn1/x_algor.c index 74d123535b0..0a80b863dea 100644 --- a/lib/libcrypto/asn1/x_algor.c +++ b/lib/libcrypto/asn1/x_algor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x_algor.c,v 1.30 2023/10/11 13:20:18 tb Exp $ */ +/* $OpenBSD: x_algor.c,v 1.31 2023/10/11 13:22:11 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2000. */ @@ -57,9 +57,12 @@ */ #include -#include + #include #include +#include + +#include "x509_local.h" static const ASN1_TEMPLATE X509_ALGOR_seq_tt[] = { { @@ -102,7 +105,6 @@ const ASN1_ITEM X509_ALGORS_it = { .sname = "X509_ALGORS", }; - X509_ALGOR * d2i_X509_ALGOR(X509_ALGOR **a, const unsigned char **in, long len) { -- 2.20.1