projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a30b052
)
Fix erroneous goto lable
author
Richard Levitte
<levitte@openssl.org>
Mon, 19 Dec 2016 13:07:52 +0000
(14:07 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 19 Dec 2016 19:08:30 +0000
(20:08 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2116)
ssl/statem/statem_clnt.c
patch
|
blob
|
history
diff --git
a/ssl/statem/statem_clnt.c
b/ssl/statem/statem_clnt.c
index 9b9d6cd6c746d4706e0f20e2f95d731c352f121b..a80d670cbb6615bb7ca2d33ac8db0bb09c0577be 100644
(file)
--- a/
ssl/statem/statem_clnt.c
+++ b/
ssl/statem/statem_clnt.c
@@
-1331,7
+1331,7
@@
MSG_PROCESS_RETURN tls_process_server_hello(SSL *s, PACKET *pkt)
sizeof(sctpauthkey),
labelbuffer,
sizeof(labelbuffer), NULL, 0, 0) <= 0)
- goto err;
+ goto
f_
err;
BIO_ctrl(SSL_get_wbio(s),
BIO_CTRL_DGRAM_SCTP_ADD_AUTH_KEY,