FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_core_cert.c
This commit is contained in:
parent
e7abf29f4f
commit
6f2568e6e8
|
@ -378,7 +378,6 @@ static int mkcert(X509 **x509p, EVP_PKEY **pkeyp, int bits, int serial, int days
|
|||
|
||||
if (!EVP_PKEY_assign_RSA(pk, rsa)) {
|
||||
abort();
|
||||
goto err;
|
||||
}
|
||||
|
||||
rsa = NULL;
|
||||
|
|
Loading…
Reference in New Issue