From: Richard Levitte Date: Mon, 19 Dec 2016 13:07:52 +0000 (+0100) Subject: Fix erroneous goto lable X-Git-Tag: OpenSSL_1_1_1-pre1~2829 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=c0aa6b814e8f4d2c50d084a74a1908ec0f400aa0 Fix erroneous goto lable Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2116) --- 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,