diff options
Diffstat (limited to 'sm/gpgsm.c')
-rw-r--r-- | sm/gpgsm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c index 4ad0ccff3..35dc921e7 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 <mcheck.h>*/ #include "gpgsm.h" #include <gcrypt.h> @@ -744,7 +744,7 @@ main ( int argc, char **argv) certlist_t signerlist = NULL; int do_not_setup_keys = 0; - mtrace(); + /*mtrace();*/ /* trap_unaligned ();*/ set_strusage (my_strusage); |