/[winpt]/trunk/MyGPGME/sign-encrypt.c
ViewVC logotype

Diff of /trunk/MyGPGME/sign-encrypt.c

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

revision 6 by twoaday, Mon Jan 31 11:02:21 2005 UTC revision 7 by twoaday, Mon Apr 4 07:01:43 2005 UTC
# Line 318  gpgme_op_sign_encrypt( gpgme_ctx_t ctx, Line 318  gpgme_op_sign_encrypt( gpgme_ctx_t ctx,
318              else if( ctx->result.sign_enc->idea_cipher )              else if( ctx->result.sign_enc->idea_cipher )
319                  rc = mk_error( Cipher_IDEA );                  rc = mk_error( Cipher_IDEA );
320              else if( gpgme_get_process_rc( ctx ) )              else if( gpgme_get_process_rc( ctx ) )
321                  rc =  mk_error( Interal_GPG_Problem );                  rc =  mk_error( Internal_GPG_Problem );
322              else if( !ctx->result.sign_enc->okay )              else if( !ctx->result.sign_enc->okay )
323                  rc = mk_error( Signing_Failed );                  rc = mk_error( Signing_Failed );
324          }          }

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26