Changeset 425
- Timestamp:
- 10/27/06 12:32:50
- Files:
-
- openpgpsdk/trunk/src/signature.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openpgpsdk/trunk/src/signature.c
r371 r425 108 108 return ops_false; 109 109 110 /* 110 111 printf(" decrypt=%d ",n); 111 112 hexdump(hashbuf,n); 113 */ 112 114 113 115 // XXX: why is there a leading 0? The first byte should be 1... … … 193 195 ops_boolean_t ret; 194 196 197 /* 195 198 printf(" hash="); 196 199 // hashout[0]=0; 197 200 hexdump(hash,length); 201 */ 198 202 199 203 switch(sig->key_algorithm)
