aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sm/gpgsm.c')
-rw-r--r--sm/gpgsm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c
index 2439c55e6..4ad0ccff3 100644
--- a/sm/gpgsm.c
+++ b/sm/gpgsm.c
@@ -28,7 +28,7 @@
#include <ctype.h>
#include <unistd.h>
#include <fcntl.h>
-
+#include <mcheck.h>
#include "gpgsm.h"
#include <gcrypt.h>
@@ -744,6 +744,7 @@ main ( int argc, char **argv)
certlist_t signerlist = NULL;
int do_not_setup_keys = 0;
+ mtrace();
/* trap_unaligned ();*/
set_strusage (my_strusage);