diff options
author | jsing <> | 2021-06-11 11:13:53 +0000 |
---|---|---|
committer | jsing <> | 2021-06-11 11:13:53 +0000 |
commit | a58ba8a1624712a3054ab9a7f4b766d24aabab85 (patch) | |
tree | 9d771736dfbd202dc6e37f187e50d48e657b90db /src/lib/libssl/t1_lib.c | |
parent | e4b379651419e90f99fe07dd3514e4eeaa225d56 (diff) | |
download | openbsd-a58ba8a1624712a3054ab9a7f4b766d24aabab85.tar.gz openbsd-a58ba8a1624712a3054ab9a7f4b766d24aabab85.tar.bz2 openbsd-a58ba8a1624712a3054ab9a7f4b766d24aabab85.zip |
Indent all labels with a single space.
This ensures that diff reports the correct function prototype.
Prompted by tb@
Diffstat (limited to 'src/lib/libssl/t1_lib.c')
-rw-r--r-- | src/lib/libssl/t1_lib.c | 4 |
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 | ||
671 | err: | 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); |