From: Dr. Matthias St. Pierre Date: Sat, 9 Jan 2021 16:29:47 +0000 (+0100) Subject: v3_ocsp.c: fix indentation of include directives X-Git-Tag: openssl-3.0.0-alpha11~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b209835364de35541d835185f3dc3a984e2c1545;p=thirdparty%2Fopenssl.git v3_ocsp.c: fix indentation of include directives Fixes #13820 Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/13822) --- diff --git a/crypto/ocsp/v3_ocsp.c b/crypto/ocsp/v3_ocsp.c index 7d3d7304576..9e241026856 100644 --- a/crypto/ocsp/v3_ocsp.c +++ b/crypto/ocsp/v3_ocsp.c @@ -7,14 +7,14 @@ * https://www.openssl.org/source/license.html */ -# include -# include "internal/cryptlib.h" -# include -# include -# include -# include "ocsp_local.h" -# include -# include "../x509/ext_dat.h" +#include +#include "internal/cryptlib.h" +#include +#include +#include +#include "ocsp_local.h" +#include +#include "../x509/ext_dat.h" /* * OCSP extensions and a couple of CRL entry extensions