Codebase list openssl / 3b584ef
Make 'err' lable in ssl_cert_dup unconditional Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2082) Richard Levitte 7 years ago
1 changed file(s) with 0 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
391391
392392 return (ret);
393393
394 #if !defined(OPENSSL_NO_DH) || !defined(OPENSSL_NO_ECDH)
395394 err:
396 #endif
397395 #ifndef OPENSSL_NO_RSA
398396 if (ret->rsa_tmp != NULL)
399397 RSA_free(ret->rsa_tmp);