summaryrefslogtreecommitdiffstats
path: root/ssl/statem/extensions.c
diff options
context:
space:
mode:
authorPaul Yang <yang.yang@baishancloud.com>2017-12-15 15:01:20 +0800
committerKurt Roeckx <kurt@roeckx.be>2017-12-17 23:04:41 +0100
commit56d362881eb9173d74f89aa8c4c4b42bc3397a17 (patch)
treea5b08e66576e7bf5aa33bcd66c276ddb7636a37b /ssl/statem/extensions.c
parentb4ff66223b53ad9d2f5b4efd75bf8d52cc59c8dd (diff)
Remove spaces at end of line in ssl/statem
Reviewed-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Matt Caswell <matt@openssl.org> GH: #4934
Diffstat (limited to 'ssl/statem/extensions.c')
-rw-r--r--ssl/statem/extensions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/statem/extensions.c b/ssl/statem/extensions.c
index 28f7ada55a..505337a44a 100644
--- a/ssl/statem/extensions.c
+++ b/ssl/statem/extensions.c
@@ -1047,7 +1047,7 @@ static int final_alpn(SSL *s, unsigned int context, int sent)
* we also have to do this before we decide whether to accept early_data.
* In TLSv1.3 we've already negotiated our cipher so we do this call now.
* For < TLSv1.3 we defer it until after cipher negotiation.
- *
+ *
* On failure SSLfatal() already called.
*/
return tls_handle_alpn(s);