slightly change usage information
[oweals/openssl.git] / apps / openssl.c
index 1199f894e3b53028e661a0f5e149d22e05d9f02b..e910faf701076387e5ccfb5dcd3903c71f06271d 100644 (file)
@@ -237,10 +237,9 @@ end:
        ERR_free_strings();
 
 #ifdef LEVITTE_DEBUG
-       {
-       /* Just to make sure I get a memory leak I can see :-) */
-       char *p = Malloc(1024);
-       }
+       CRYPTO_push_info("Just to make sure I get a memory leak I can see :-)");
+       (void)Malloc(1024);
+       CRYPTO_pop_info();
 #endif
 
        CRYPTO_mem_leaks(bio_err);