Changeset 425

Show
Ignore:
Timestamp:
10/27/06 12:32:50
Author:
rachel
Message:

Don't need to print out signature details all the time

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openpgpsdk/trunk/src/signature.c

    r371 r425  
    108108        return ops_false; 
    109109 
     110    /* 
    110111    printf(" decrypt=%d ",n); 
    111112    hexdump(hashbuf,n); 
     113    */ 
    112114 
    113115    // XXX: why is there a leading 0? The first byte should be 1... 
     
    193195    ops_boolean_t ret; 
    194196 
     197    /* 
    195198    printf(" hash="); 
    196199    //    hashout[0]=0; 
    197200    hexdump(hash,length); 
     201    */ 
    198202 
    199203    switch(sig->key_algorithm)