/[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 227 by twoaday, Mon Jun 12 13:40:21 2006 UTC revision 228 by twoaday, Thu Jun 15 11:37:53 2006 UTC
# Line 80  gpg_clip_sym_encrypt (void) Line 80  gpg_clip_sym_encrypt (void)
80      if (rc)      if (rc)
81          goto leave;          goto leave;
82      rc = gpgme_data_new (&ciph);      rc = gpgme_data_new (&ciph);
83        if (rc)
84            goto leave;
85      gpgme_set_armor (ctx, 1);      gpgme_set_armor (ctx, 1);
86      gpgme_set_textmode (ctx, 1);      gpgme_set_textmode (ctx, 1);
87    

Legend:
Removed from v.227  
changed lines
  Added in v.228

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26