Changeset 651

Show
Ignore:
Timestamp:
01/08/09 13:59:20
Author:
rachel
Message:

Remove unwanted debug

Files:

Legend:

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

    r630 r651  
    390390    int ret; 
    391391 
    392     if (debug) 
    393         { fprintf(stderr,"ops_dsa_verify(hash len=%ld)\n", hash_length); } 
    394  
    395392    osig=DSA_SIG_new(); 
    396393    osig->r=sig->r;