Avoid shadowing p to make the compiler happy.
[openssl.git] / apps / openssl.c
index 1199f894e3b53028e661a0f5e149d22e05d9f02b..46d29cf1cd4467a9910874a18e31550ca2dcb1af 100644 (file)
@@ -237,10 +237,8 @@ end:
        ERR_free_strings();
 
 #ifdef LEVITTE_DEBUG
-       {
        /* Just to make sure I get a memory leak I can see :-) */
-       char *p = Malloc(1024);
-       }
+       (void)Malloc(1024);
 #endif
 
        CRYPTO_mem_leaks(bio_err);