]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
v3_ocsp.c: fix indentation of include directives
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Sat, 9 Jan 2021 16:29:47 +0000 (17:29 +0100)
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>
Tue, 12 Jan 2021 10:19:04 +0000 (11:19 +0100)
Fixes #13820

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13822)

crypto/ocsp/v3_ocsp.c

index 7d3d730457672295b6dda6ee93103afce243ff6f..9e2410268564e32d549700a43a8177959b66fbd0 100644 (file)
@@ -7,14 +7,14 @@
  * https://www.openssl.org/source/license.html
  */
 
-# include <stdio.h>
-# include "internal/cryptlib.h"
-# include <openssl/conf.h>
-# include <openssl/asn1.h>
-# include <openssl/ocsp.h>
-# include "ocsp_local.h"
-# include <openssl/x509v3.h>
-# include "../x509/ext_dat.h"
+#include <stdio.h>
+#include "internal/cryptlib.h"
+#include <openssl/conf.h>
+#include <openssl/asn1.h>
+#include <openssl/ocsp.h>
+#include "ocsp_local.h"
+#include <openssl/x509v3.h>
+#include "../x509/ext_dat.h"
 
 /*
  * OCSP extensions and a couple of CRL entry extensions