From 6f2568e6e8914a3132fb03c3f830b62f9e96f1ed Mon Sep 17 00:00:00 2001 From: Andrey Volk Date: Fri, 12 Jul 2019 20:39:23 +0400 Subject: [PATCH] FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_core_cert.c --- src/switch_core_cert.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/switch_core_cert.c b/src/switch_core_cert.c index 1083a70332..5bcc046fe4 100644 --- a/src/switch_core_cert.c +++ b/src/switch_core_cert.c @@ -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; -- 2.47.2