aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-12-19 14:07:52 +0100
committerRichard Levitte <levitte@openssl.org>2016-12-19 20:08:30 +0100
commitc0aa6b814e8f4d2c50d084a74a1908ec0f400aa0 (patch)
treec574289394f077a8ad3ff93e5dcc59fead1f3f46
parenta30b0522cb937be54e172c68b0e9f5fa6ec30bf3 (diff)
downloadopenssl-c0aa6b814e8f4d2c50d084a74a1908ec0f400aa0.tar.gz
Fix erroneous goto lable
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2116)
-rw-r--r--ssl/statem/statem_clnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/statem/statem_clnt.c b/ssl/statem/statem_clnt.c
index 9b9d6cd6c7..a80d670cbb 100644
--- 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,