From 29ffc76203fca2aa37e9680ab3faa2ed7d45be62 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 28 May 2019 17:34:32 +0000 Subject: Fix typo and label indent. --- src/lib/libssl/ssl_tlsext.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 @@ -/* $OpenBSD: ssl_tlsext.c,v 1.46 2019/05/28 17:16:42 jsing Exp $ */ +/* $OpenBSD: ssl_tlsext.c,v 1.47 2019/05/28 17:34:32 jsing Exp $ */ /* * Copyright (c) 2016, 2017, 2019 Joel Sing * Copyright (c) 2017 Doug Hogan @@ -1460,7 +1460,7 @@ tlsext_versions_server_parse(SSL *s, CBS *cbs, int *alert) } /* - * XXX if we haven't mached a version we should + * XXX if we haven't matched a version we should * fail - but we currently need to succeed to * ignore this before the server code for 1.3 * is set up and initialized. @@ -1476,7 +1476,7 @@ tlsext_versions_server_parse(SSL *s, CBS *cbs, int *alert) *alert = SSL_AD_PROTOCOL_VERSION; return 0; -err: + err: *alert = SSL_AD_DECODE_ERROR; return 0; } -- cgit v1.2.3-55-g6feb