aboutsummaryrefslogtreecommitdiff
path: root/lib/ssluse.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-04-24 21:41:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-04-24 21:41:29 +0000
commita652db18bdf316257ce93881c1012c457fe5e9e3 (patch)
tree3ddd0b8310c3ddda8c32d9460e83b006c434a3cb /lib/ssluse.c
parent48f3feed5918554de66cde708c4794cc3d9a79f4 (diff)
include debugmem for memory leak detection
Diffstat (limited to 'lib/ssluse.c')
-rw-r--r--lib/ssluse.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ssluse.c b/lib/ssluse.c
index 716ceb4e6..971b77fed 100644
--- a/lib/ssluse.c
+++ b/lib/ssluse.c
@@ -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