From: tb Date: Tue, 8 Jun 2021 18:13:50 +0000 (+0000) Subject: Rewrap a comment to avoid an overlong line X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b6141e29b95e5a5f4ae1ce635432b6177fe20f6b;p=openbsd Rewrap a comment to avoid an overlong line --- diff --git a/lib/libssl/tls13_client.c b/lib/libssl/tls13_client.c index c7644645ff1..e387ac8c59c 100644 --- a/lib/libssl/tls13_client.c +++ b/lib/libssl/tls13_client.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls13_client.c,v 1.79 2021/05/16 14:10:43 jsing Exp $ */ +/* $OpenBSD: tls13_client.c,v 1.80 2021/06/08 18:13:50 tb Exp $ */ /* * Copyright (c) 2018, 2019 Joel Sing * @@ -404,8 +404,8 @@ tls13_server_hello_retry_request_recv(struct tls13_ctx *ctx, CBS *cbs) return 0; /* - * This may have been a TLSv1.2 or earlier ServerHello that just happened - * to have matching server random... + * This may have been a TLSv1.2 or earlier ServerHello that just + * happened to have matching server random... */ if (ctx->hs->tls13.use_legacy) return tls13_use_legacy_client(ctx);