artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd92444
)
Zap a trailing blank that snuck into ssl3_get_client_hello()
author
tb
<tb@openbsd.org>
Sat, 3 Feb 2024 17:39:17 +0000
(17:39 +0000)
committer
tb
<tb@openbsd.org>
Sat, 3 Feb 2024 17:39:17 +0000
(17:39 +0000)
lib/libssl/ssl_srvr.c
patch
|
blob
|
history
diff --git
a/lib/libssl/ssl_srvr.c
b/lib/libssl/ssl_srvr.c
index
117afac
..
6d61a4e
100644
(file)
--- a/
lib/libssl/ssl_srvr.c
+++ b/
lib/libssl/ssl_srvr.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ssl_srvr.c,v 1.1
59 2024/02/03 15:58:34 beck
Exp $ */
+/* $OpenBSD: ssl_srvr.c,v 1.1
60 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.