/[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 22 by twoaday, Wed Aug 10 11:33:35 2005 UTC revision 23 by twoaday, Fri Sep 30 10:10:16 2005 UTC
# Line 470  file_verify_start( gpgme_ctx_t ctx, gpgm Line 470  file_verify_start( gpgme_ctx_t ctx, gpgm
470      _gpgme_gpg_set_command_handler( ctx->gpg, verify_command_handler, ctx );      _gpgme_gpg_set_command_handler( ctx->gpg, verify_command_handler, ctx );
471            
472      _gpgme_gpg_add_arg( ctx->gpg, "--yes" );      _gpgme_gpg_add_arg( ctx->gpg, "--yes" );
473      if( ctx->pipemode || nfiles > 1 )      if( ctx->use_pipemode || nfiles > 1 )
474          _gpgme_gpg_add_arg( ctx->gpg, "--verify-files" );          _gpgme_gpg_add_arg( ctx->gpg, "--verify-files" );
475      else if( sigmode != GPGME_SIG_MODE_DETACH )      else if( sigmode != GPGME_SIG_MODE_DETACH )
476          _gpgme_gpg_add_arg( ctx->gpg, "--verify" );          _gpgme_gpg_add_arg( ctx->gpg, "--verify" );

Legend:
Removed from v.22  
changed lines
  Added in v.23

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26