/[winpt]/trunk/Src/wptPassphraseCB.cpp
ViewVC logotype

Diff of /trunk/Src/wptPassphraseCB.cpp

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

revision 33 by twoaday, Tue Oct 25 07:46:20 2005 UTC revision 34 by twoaday, Wed Oct 26 11:20:09 2005 UTC
# Line 89  passphrase_callback_proc (HWND dlg, UINT Line 89  passphrase_callback_proc (HWND dlg, UINT
89          else {          else {
90              /* XXX: not all ENCRYPT_TO entries are listed here. */              /* XXX: not all ENCRYPT_TO entries are listed here. */
91              res = gpgme_op_decrypt_result (c->gpg);              res = gpgme_op_decrypt_result (c->gpg);
92              if (res->recipients)              if (res && res->recipients)
93                  recip = res->recipients;                  recip = res->recipients;
94          }          }
95          if (recip != NULL && c->gpg_cmd == GPG_CMD_DECRYPT) {          if (recip != NULL && c->gpg_cmd == GPG_CMD_DECRYPT) {

Legend:
Removed from v.33  
changed lines
  Added in v.34

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26