From: tb Date: Sat, 3 Feb 2024 17:39:17 +0000 (+0000) Subject: Zap a trailing blank that snuck into ssl3_get_client_hello() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=54e1acedb7cd653da39e088db8311fdf93b9b64b;p=openbsd Zap a trailing blank that snuck into ssl3_get_client_hello() --- diff --git a/lib/libssl/ssl_srvr.c b/lib/libssl/ssl_srvr.c index 117afac85e6..6d61a4e4fa2 100644 --- a/lib/libssl/ssl_srvr.c +++ b/lib/libssl/ssl_srvr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_srvr.c,v 1.159 2024/02/03 15:58:34 beck Exp $ */ +/* $OpenBSD: ssl_srvr.c,v 1.160 2024/02/03 17:39:17 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -1126,7 +1126,7 @@ ssl3_get_client_hello(SSL *s) goto err; if (!SSL_USE_SIGALGS(s) || !(s->verify_mode & SSL_VERIFY_PEER)) - tls1_transcript_free(s); + tls1_transcript_free(s); /* * We now have the following setup.