From 9014c085e6a81650b02ef748d7d829f0edb9842f Mon Sep 17 00:00:00 2001 From: jsing Date: Fri, 3 Dec 2021 17:23:16 +0000 Subject: [PATCH] Group and sort includes. --- lib/libcrypto/asn1/tasn_dec.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/asn1/tasn_dec.c b/lib/libcrypto/asn1/tasn_dec.c index beeff8089ae..ab3ff8c3bc4 100644 --- a/lib/libcrypto/asn1/tasn_dec.c +++ b/lib/libcrypto/asn1/tasn_dec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tasn_dec.c,v 1.39 2021/12/03 17:22:10 jsing Exp $ */ +/* $OpenBSD: tasn_dec.c,v 1.40 2021/12/03 17:23:16 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2000. */ @@ -56,14 +56,14 @@ * */ - #include #include + #include #include -#include #include #include +#include /* Constructed types with a recursive definition (such as can be found in PKCS7) * could eventually exceed the stack given malicious input with excessive -- 2.20.1