commit | c0aa6b814e8f4d2c50d084a74a1908ec0f400aa0 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Mon Dec 19 14:07:52 2016 +0100 |
committer | Richard Levitte <levitte@openssl.org> | Mon Dec 19 20:08:30 2016 +0100 |
tree | c574289394f077a8ad3ff93e5dcc59fead1f3f46 | |
parent | a30b0522cb937be54e172c68b0e9f5fa6ec30bf3 [diff] [blame] |
Fix erroneous goto lable Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2116)
diff --git a/ssl/statem/statem_clnt.c b/ssl/statem/statem_clnt.c index 9b9d6cd..a80d670 100644 --- a/ssl/statem/statem_clnt.c +++ b/ssl/statem/statem_clnt.c
@@ -1331,7 +1331,7 @@ 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,