diff options
-rw-r--r-- | lib/ssluse.c | 5 |
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 |