mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01:00
Comment mtrace feature
This commit is contained in:
parent
2b66a99109
commit
fa17b95b39
@ -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>
|
||||
|
||||
* certchain.c (gpgsm_basic_cert_check): Release SUBJECT.
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user