summaryrefslogtreecommitdiff
path: root/modules/pam_pwdb/pwdb_chkpwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_pwdb/pwdb_chkpwd.c')
-rw-r--r--modules/pam_pwdb/pwdb_chkpwd.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/pam_pwdb/pwdb_chkpwd.c b/modules/pam_pwdb/pwdb_chkpwd.c
index 36cf0984..e4fe38f8 100644
--- a/modules/pam_pwdb/pwdb_chkpwd.c
+++ b/modules/pam_pwdb/pwdb_chkpwd.c
@@ -15,6 +15,12 @@
#include <security/_pam_aconf.h>
+#ifdef MEMORY_DEBUG
+# undef exit
+# undef strdup
+# undef free
+#endif /* MEMORY_DEBUG */
+
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>