From cea2d752cf8e2424052795439901859e1aa2a1dc Mon Sep 17 00:00:00 2001 From: jsing <> Date: Wed, 20 Sep 2017 16:36:45 +0000 Subject: Fix indentation. --- src/lib/libtls/tls_ocsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/libtls/tls_ocsp.c b/src/lib/libtls/tls_ocsp.c index 13196bc1fc..ce7098bb9c 100644 --- a/src/lib/libtls/tls_ocsp.c +++ b/src/lib/libtls/tls_ocsp.c @@ -346,7 +346,7 @@ tls_ocsp_stapling_cb(SSL *ssl, void *arg) memcpy(ocsp_staple, ctx->config->keypair->ocsp_staple, ctx->config->keypair->ocsp_staple_len); if (SSL_set_tlsext_status_ocsp_resp(ctx->ssl_conn, ocsp_staple, - ctx->config->keypair->ocsp_staple_len) != 1) + ctx->config->keypair->ocsp_staple_len) != 1) goto err; ret = SSL_TLSEXT_ERR_OK; -- cgit v1.2.3-55-g6feb