summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2020-05-13 17:55:34 +0000
committerjsing <>2020-05-13 17:55:34 +0000
commite50b18a4b934535f5e81040e460b82ad9a92e645 (patch)
tree862dabfc11efdb42ad46264857e22491d25e60f2 /src
parented1be1840e464645089187f7825ce1194c9f46f3 (diff)
downloadopenbsd-e50b18a4b934535f5e81040e460b82ad9a92e645.tar.gz
openbsd-e50b18a4b934535f5e81040e460b82ad9a92e645.tar.bz2
openbsd-e50b18a4b934535f5e81040e460b82ad9a92e645.zip
Fix pesky whitespace.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/ssl_tlsext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_tlsext.c b/src/lib/libssl/ssl_tlsext.c
index 1f70cb90e6..814eb7c5cf 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.67 2020/05/10 14:17:48 jsing Exp $ */ 1/* $OpenBSD: ssl_tlsext.c,v 1.68 2020/05/13 17:55:34 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>
@@ -1487,7 +1487,7 @@ tlsext_versions_server_parse(SSL *s, CBS *cbs, int *alert)
1487 if (!CBS_get_u8_length_prefixed(cbs, &versions)) 1487 if (!CBS_get_u8_length_prefixed(cbs, &versions))
1488 goto err; 1488 goto err;
1489 1489
1490 while (CBS_len(&versions) > 0) { 1490 while (CBS_len(&versions) > 0) {
1491 if (!CBS_get_u16(&versions, &version)) 1491 if (!CBS_get_u16(&versions, &version))
1492 goto err; 1492 goto err;
1493 /* 1493 /*