summaryrefslogtreecommitdiffstats
path: root/lib/libssl/s3_lib.c
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2021-01-26 18:47:08 +0000
committertb <tb@openbsd.org>2021-01-26 18:47:08 +0000
commit7289498e4549904b9dcd5976dfb240d809404faa (patch)
treeccfbac0c68c223043ec0d9ba39e3cddb52e32b4b /lib/libssl/s3_lib.c
parentzap a tab (diff)
downloadwireguard-openbsd-7289498e4549904b9dcd5976dfb240d809404faa.tar.xz
wireguard-openbsd-7289498e4549904b9dcd5976dfb240d809404faa.zip
Rewrap a comment line to fit into 80 columns.
Diffstat (limited to 'lib/libssl/s3_lib.c')
-rw-r--r--lib/libssl/s3_lib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/s3_lib.c b/lib/libssl/s3_lib.c
index 0d10fdfe637..1af3b033e82 100644
--- a/lib/libssl/s3_lib.c
+++ b/lib/libssl/s3_lib.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: s3_lib.c,v 1.201 2020/10/14 16:57:33 jsing Exp $ */
+/* $OpenBSD: s3_lib.c,v 1.202 2021/01/26 18:47:08 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -2658,8 +2658,8 @@ ssl3_read_internal(SSL *s, void *buf, int len, int peek)
SSL3_RT_APPLICATION_DATA, buf, len, peek);
if ((ret == -1) && (S3I(s)->in_read_app_data == 2)) {
/*
- * ssl3_read_bytes decided to call s->internal->handshake_func, which
- * called ssl3_read_bytes to read handshake data.
+ * ssl3_read_bytes decided to call s->internal->handshake_func,
+ * which called ssl3_read_bytes to read handshake data.
* However, ssl3_read_bytes actually found application data
* and thinks that application data makes sense here; so disable
* handshake processing and try to read application data again.