summaryrefslogtreecommitdiff
path: root/src/lib/libssl/t1_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/t1_lib.c')
-rw-r--r--src/lib/libssl/t1_lib.c4
1 files changed, 2 insertions, 2 deletions
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 @@
1/* $OpenBSD: t1_lib.c,v 1.180 2021/05/16 14:10:43 jsing Exp $ */ 1/* $OpenBSD: t1_lib.c,v 1.181 2021/06/11 11:13:53 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -668,7 +668,7 @@ ssl_check_clienthello_tlsext_late(SSL *s)
668 } else 668 } else
669 s->internal->tlsext_status_expected = 0; 669 s->internal->tlsext_status_expected = 0;
670 670
671err: 671 err:
672 switch (ret) { 672 switch (ret) {
673 case SSL_TLSEXT_ERR_ALERT_FATAL: 673 case SSL_TLSEXT_ERR_ALERT_FATAL:
674 ssl3_send_alert(s, SSL3_AL_FATAL, al); 674 ssl3_send_alert(s, SSL3_AL_FATAL, al);