FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_core_cert.c

This commit is contained in:
Andrey Volk 2019-07-12 20:39:23 +04:00
parent e7abf29f4f
commit 6f2568e6e8
1 changed files with 0 additions and 1 deletions

View File

@ -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;