]> granicus.if.org Git - curl/commitdiff
include debugmem for memory leak detection
authorDaniel Stenberg <daniel@haxx.se>
Tue, 24 Apr 2001 21:41:29 +0000 (21:41 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 24 Apr 2001 21:41:29 +0000 (21:41 +0000)
lib/ssluse.c

index 716ceb4e6847012a7f007c0fe8fa04916f8c00ba..971b77fed0a750483c396c9509991b225f37d39e 100644 (file)
 #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