[svn] GnuPG - r4390 - trunk/sm
svn author wk
cvs at cvs.gnupg.org
Thu Dec 21 09:05:30 CET 2006
Author: wk
Date: 2006-12-21 09:05:29 +0100 (Thu, 21 Dec 2006)
New Revision: 4390
Modified:
trunk/sm/ChangeLog
trunk/sm/gpgsm.c
Log:
Comment mtrace feature
Modified: trunk/sm/ChangeLog
===================================================================
--- trunk/sm/ChangeLog 2006-12-21 01:30:18 UTC (rev 4389)
+++ trunk/sm/ChangeLog 2006-12-21 08:05:29 UTC (rev 4390)
@@ -1,3 +1,7 @@
+2006-12-21 Werner Koch <wk at g10code.com>
+
+ * gpgsm.c: Comment mtrace feature.
+
2006-12-21 Marcus Brinkmann <marcus at g10code.de>
* certchain.c (gpgsm_basic_cert_check): Release SUBJECT.
Modified: trunk/sm/gpgsm.c
===================================================================
--- trunk/sm/gpgsm.c 2006-12-21 01:30:18 UTC (rev 4389)
+++ trunk/sm/gpgsm.c 2006-12-21 08:05:29 UTC (rev 4390)
@@ -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 @@
certlist_t signerlist = NULL;
int do_not_setup_keys = 0;
- mtrace();
+ /*mtrace();*/
/* trap_unaligned ();*/
set_strusage (my_strusage);
More information about the Gnupg-commits
mailing list