[openssl] master update

matthias.st.pierre at ncp-e.com matthias.st.pierre at ncp-e.com
Tue Jan 12 10:19:48 UTC 2021


The branch master has been updated
       via  b209835364de35541d835185f3dc3a984e2c1545 (commit)
      from  3ddf44ea5a2c1c8c55f4f4072a611791c79d4e7c (commit)


- Log -----------------------------------------------------------------
commit b209835364de35541d835185f3dc3a984e2c1545
Author: Dr. Matthias St. Pierre <matthias.st.pierre at ncp-e.com>
Date:   Sat Jan 9 17:29:47 2021 +0100

    v3_ocsp.c: fix indentation of include directives
    
    Fixes #13820
    
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/13822)

-----------------------------------------------------------------------

Summary of changes:
 crypto/ocsp/v3_ocsp.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/crypto/ocsp/v3_ocsp.c b/crypto/ocsp/v3_ocsp.c
index 7d3d730457..9e24102685 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 <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


More information about the openssl-commits mailing list