mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
ssl: fix indentation
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15824)
This commit is contained in:
parent
f6f3a5d34a
commit
2d6f72aa03
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user