Zap a trailing blank that snuck into ssl3_get_client_hello()
authortb <tb@openbsd.org>
Sat, 3 Feb 2024 17:39:17 +0000 (17:39 +0000)
committertb <tb@openbsd.org>
Sat, 3 Feb 2024 17:39:17 +0000 (17:39 +0000)
lib/libssl/ssl_srvr.c

index 117afac..6d61a4e 100644 (file)
@@ -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.