mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
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…
x
Reference in New Issue
Block a user