From: Jouni Malinen Date: Mon, 30 Sep 2013 07:56:32 +0000 (+0300) Subject: OpenSSL: Fix code indentation in OCSP processing X-Git-Tag: hostap_2_1~852 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be7963b3c266ef79c0387908d1f2e97f31a5a140;p=thirdparty%2Fhostap.git OpenSSL: Fix code indentation in OCSP processing Signed-hostap: Jouni Malinen --- diff --git a/src/crypto/tls_openssl.c b/src/crypto/tls_openssl.c index c0822407f..56011d172 100644 --- a/src/crypto/tls_openssl.c +++ b/src/crypto/tls_openssl.c @@ -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; }