CRYPTO_add_info    => CRYPTO_push_info
   CRYPTO_remove_info => CRYPTO_pop_info
in the hope that these names are more descriptive;
and "make update".
This commit is contained in:
Bodo Möller
1999-12-18 13:51:47 +00:00
parent 75acc288ca
commit 2b6313d0da
4 changed files with 24 additions and 15 deletions

View File

@@ -237,8 +237,9 @@ end:
ERR_free_strings();
#ifdef LEVITTE_DEBUG
CRYPTO_add_info("Just to make sure I get a memory leak I can see :-)");
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);