Appease clang -Wshadow
[openssl.git] / apps / openssl.c
index e070a444a5b9472004ba610bf65e26bc0dbef13d..e93aed702a02f3976f8147f65c2c11836b852716 100644 (file)
@@ -431,10 +431,8 @@ int main(int Argc, char *ARGV[])
 #endif
     apps_shutdown();
     CRYPTO_mem_leaks(bio_err);
-    if (bio_err != NULL) {
-        BIO_free(bio_err);
-        bio_err = NULL;
-    }
+    BIO_free(bio_err);
+    bio_err = NULL;
 
     OPENSSL_EXIT(ret);
 }