]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
OpenSSL: Fix code indentation in OCSP processing
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 30 Sep 2013 07:56:32 +0000 (10:56 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 18 Oct 2013 10:34:22 +0000 (13:34 +0300)
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>

src/crypto/tls_openssl.c

index c0822407f68f329c1ea47c4e03e0c8f204fca662..56011d1728433a62cbad6743202005c2be8e8327 100644 (file)
@@ -2916,7 +2916,7 @@ static int ocsp_resp_cb(SSL *s, void *arg)
                wpa_printf(MSG_DEBUG, "OpenSSL: OCSP status unknown, but OCSP required");
                return 0;
        }
-               wpa_printf(MSG_DEBUG, "OpenSSL: OCSP status unknown, but OCSP was not required, so allow connection to continue");
+       wpa_printf(MSG_DEBUG, "OpenSSL: OCSP status unknown, but OCSP was not required, so allow connection to continue");
        return 1;
 }