diff options
| author | jsing <> | 2019-05-28 17:34:32 +0000 |
|---|---|---|
| committer | jsing <> | 2019-05-28 17:34:32 +0000 |
| commit | 29ffc76203fca2aa37e9680ab3faa2ed7d45be62 (patch) | |
| tree | 62f66239942bcc7cb8e1734d148b275dfed9a36b | |
| parent | 35c15e014eb51a4461c58fa7191c355817361235 (diff) | |
| download | openbsd-29ffc76203fca2aa37e9680ab3faa2ed7d45be62.tar.gz openbsd-29ffc76203fca2aa37e9680ab3faa2ed7d45be62.tar.bz2 openbsd-29ffc76203fca2aa37e9680ab3faa2ed7d45be62.zip | |
Fix typo and label indent.
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/ssl_tlsext.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl_tlsext.c b/src/lib/libssl/ssl_tlsext.c index 8e9f734bf5..b532d49a63 100644 --- a/src/lib/libssl/ssl_tlsext.c +++ b/src/lib/libssl/ssl_tlsext.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl_tlsext.c,v 1.46 2019/05/28 17:16:42 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_tlsext.c,v 1.47 2019/05/28 17:34:32 jsing Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2016, 2017, 2019 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2016, 2017, 2019 Joel Sing <jsing@openbsd.org> |
| 4 | * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> | 4 | * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> |
| @@ -1460,7 +1460,7 @@ tlsext_versions_server_parse(SSL *s, CBS *cbs, int *alert) | |||
| 1460 | } | 1460 | } |
| 1461 | 1461 | ||
| 1462 | /* | 1462 | /* |
| 1463 | * XXX if we haven't mached a version we should | 1463 | * XXX if we haven't matched a version we should |
| 1464 | * fail - but we currently need to succeed to | 1464 | * fail - but we currently need to succeed to |
| 1465 | * ignore this before the server code for 1.3 | 1465 | * ignore this before the server code for 1.3 |
| 1466 | * is set up and initialized. | 1466 | * is set up and initialized. |
| @@ -1476,7 +1476,7 @@ tlsext_versions_server_parse(SSL *s, CBS *cbs, int *alert) | |||
| 1476 | *alert = SSL_AD_PROTOCOL_VERSION; | 1476 | *alert = SSL_AD_PROTOCOL_VERSION; |
| 1477 | return 0; | 1477 | return 0; |
| 1478 | 1478 | ||
| 1479 | err: | 1479 | err: |
| 1480 | *alert = SSL_AD_DECODE_ERROR; | 1480 | *alert = SSL_AD_DECODE_ERROR; |
| 1481 | return 0; | 1481 | return 0; |
| 1482 | } | 1482 | } |
