From a58ba8a1624712a3054ab9a7f4b766d24aabab85 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Fri, 11 Jun 2021 11:13:53 +0000 Subject: Indent all labels with a single space. This ensures that diff reports the correct function prototype. Prompted by tb@ --- src/lib/libssl/t1_lib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libssl/t1_lib.c') diff --git a/src/lib/libssl/t1_lib.c b/src/lib/libssl/t1_lib.c index 78ac1f5acc..72958b7c56 100644 --- a/src/lib/libssl/t1_lib.c +++ b/src/lib/libssl/t1_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: t1_lib.c,v 1.180 2021/05/16 14:10:43 jsing Exp $ */ +/* $OpenBSD: t1_lib.c,v 1.181 2021/06/11 11:13:53 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -668,7 +668,7 @@ ssl_check_clienthello_tlsext_late(SSL *s) } else s->internal->tlsext_status_expected = 0; -err: + err: switch (ret) { case SSL_TLSEXT_ERR_ALERT_FATAL: ssl3_send_alert(s, SSL3_AL_FATAL, al); -- cgit v1.2.3-55-g6feb