[OpenPGP:SDK svn] r425 - openpgpsdk/trunk/src

Subversion ben at algroup.co.uk
Fri Oct 27 12:32:50 BST 2006


Author: rachel
Date: 2006-10-27 12:32:50 +0100 (Fri, 27 Oct 2006)
New Revision: 425

Modified:
   openpgpsdk/trunk/src/signature.c
Log:
Don't need to print out signature details all the time


Modified: openpgpsdk/trunk/src/signature.c
===================================================================
--- openpgpsdk/trunk/src/signature.c	2006-07-26 15:51:12 UTC (rev 424)
+++ openpgpsdk/trunk/src/signature.c	2006-10-27 11:32:50 UTC (rev 425)
@@ -107,8 +107,10 @@
     if(n != keysize) // obviously, this includes error returns
 	return ops_false;
 
+    /*
     printf(" decrypt=%d ",n);
     hexdump(hashbuf,n);
+    */
 
     // XXX: why is there a leading 0? The first byte should be 1...
     // XXX: because the decrypt should use keysize and not sigsize?
@@ -192,9 +194,11 @@
     {
     ops_boolean_t ret;
 
+    /*
     printf(" hash=");
     //    hashout[0]=0;
     hexdump(hash,length);
+    */
 
     switch(sig->key_algorithm)
 	{



More information about the OpenPGPsdk-svn mailing list