From: Pauli Date: Fri, 18 Jun 2021 09:46:36 +0000 (+1000) Subject: ssl: fix indentation X-Git-Tag: openssl-3.0.0-beta2~273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d6f72aa03ab36f2b281d9e01058a824c69cd46d;p=thirdparty%2Fopenssl.git ssl: fix indentation Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15824) --- diff --git a/ssl/statem/extensions.c b/ssl/statem/extensions.c index 457028869b5..bc437be26ac 100644 --- a/ssl/statem/extensions.c +++ b/ssl/statem/extensions.c @@ -953,7 +953,7 @@ static int final_server_name(SSL *s, unsigned int context, int sent) * exceed sess_accept (zero) for the new context. */ if (SSL_IS_FIRST_HANDSHAKE(s) && s->ctx != s->session_ctx - && s->hello_retry_request == SSL_HRR_NONE) { + && s->hello_retry_request == SSL_HRR_NONE) { tsan_counter(&s->ctx->stats.sess_accept); tsan_decr(&s->session_ctx->stats.sess_accept); }