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

Diff of /trunk/Src/wptSymEnc.cpp

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

revision 2 by twoaday, Mon Jan 31 11:02:21 2005 UTC revision 22 by twoaday, Wed Aug 10 11:33:35 2005 UTC
# Line 37  gpgme_encrypt_symmetric (void) Line 37  gpgme_encrypt_symmetric (void)
37      char * pass = NULL;      char * pass = NULL;
38      int cancel = 0;      int cancel = 0;
39            
40      pass = request_passphrase2 (_("Symmetric Encryption"), &cancel);      pass = request_passphrase2 (_("Symmetric Encryption"), 0, &cancel);
41      if (cancel)      if (cancel)
42          return WPTERR_GENERAL;          return WPTERR_GENERAL;
43      rc = gpgme_new (&ctx);      rc = gpgme_new (&ctx);

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26