include debugmem for memory leak detection

This commit is contained in:
Daniel Stenberg
2001-04-24 21:41:29 +00:00
parent 48f3feed59
commit a652db18bd

View File

@@ -37,6 +37,11 @@
#ifdef USE_SSLEAY
#include <openssl/rand.h>
/* The last #include file should be: */
#ifdef MALLOCDEBUG
#include "memdebug.h"
#endif
static char global_passwd[64];
static int passwd_callback(char *buf, int num, int verify