#include <stdio.h>
#include <stdlib.h>
-#include <time.h>
-#include "cryptlib.h"
#include <openssl/crypto.h>
-#include <openssl/buffer.h>
#include <openssl/bio.h>
#include <openssl/lhash.h>
#endif
-typedef CRYPTO_MEM_LEAK_CB *PCRYPTO_MEM_LEAK_CB;
-
void
CRYPTO_mem_leaks_cb(CRYPTO_MEM_LEAK_CB *cb)
{
#include <stdio.h>
#include <stdlib.h>
-#include <time.h>
-#include "cryptlib.h"
#include <openssl/crypto.h>
-#include <openssl/buffer.h>
#include <openssl/bio.h>
#include <openssl/lhash.h>
#endif
-typedef CRYPTO_MEM_LEAK_CB *PCRYPTO_MEM_LEAK_CB;
-
void
CRYPTO_mem_leaks_cb(CRYPTO_MEM_LEAK_CB *cb)
{