Comment mtrace feature

This commit is contained in:
Werner Koch 2006-12-21 08:05:29 +00:00
parent 2b66a99109
commit fa17b95b39
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2006-12-21 Werner Koch <wk@g10code.com>
* gpgsm.c: Comment mtrace feature.
2006-12-21 Marcus Brinkmann <marcus@g10code.de> 2006-12-21 Marcus Brinkmann <marcus@g10code.de>
* certchain.c (gpgsm_basic_cert_check): Release SUBJECT. * certchain.c (gpgsm_basic_cert_check): Release SUBJECT.

View File

@ -28,7 +28,7 @@
#include <ctype.h> #include <ctype.h>
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include <mcheck.h> /*#include <mcheck.h>*/
#include "gpgsm.h" #include "gpgsm.h"
#include <gcrypt.h> #include <gcrypt.h>
@ -744,7 +744,7 @@ main ( int argc, char **argv)
certlist_t signerlist = NULL; certlist_t signerlist = NULL;
int do_not_setup_keys = 0; int do_not_setup_keys = 0;
mtrace(); /*mtrace();*/
/* trap_unaligned ();*/ /* trap_unaligned ();*/
set_strusage (my_strusage); set_strusage (my_strusage);