/[winpt]/trunk/MyGPGME/verify.c
ViewVC logotype

Diff of /trunk/MyGPGME/verify.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7 by twoaday, Mon Apr 4 07:01:43 2005 UTC revision 9 by twoaday, Wed Apr 13 11:10:53 2005 UTC
# Line 155  verify_status_handler( gpgme_ctx_t ctx, Line 155  verify_status_handler( gpgme_ctx_t ctx,
155              return;              return;
156      }      }
157    
158      _gpgme_sigtrust_status_handler (code, args, &ctx->result.verify->trust);      if (code >= STATUS_TRUST_UNDEFINED && code <= STATUS_TRUST_ULTIMATE)
159            _gpgme_sigtrust_status_handler (code, args, &ctx->result.verify->trust);
160    
161      switch( code ) {      switch( code ) {
162      case STATUS_FILE_START:      case STATUS_FILE_START:

Legend:
Removed from v.7  
changed lines
  Added in v.9

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26