mirror of
https://github.com/curl/curl.git
synced 2026-07-24 21:37:17 +03:00
include debugmem for memory leak detection
This commit is contained in:
parent
48f3feed59
commit
a652db18bd
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue