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

Diff of /trunk/Src/wptGPG.cpp

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

revision 48 by werner, Mon Oct 31 21:14:11 2005 UTC revision 58 by werner, Wed Nov 2 13:36:03 2005 UTC
# Line 170  get_gnupg_keyring (int pub, int strict) Line 170  get_gnupg_keyring (int pub, int strict)
170  /* Return the full path (with the gpg exe name). First the registry is scanned  /* Return the full path (with the gpg exe name). First the registry is scanned
171     for the entry 'gpgProgram'. If it wasn't set, the default path is the     for the entry 'gpgProgram'. If it wasn't set, the default path is the
172     appended string 'gpg.exe' is used. */     appended string 'gpg.exe' is used. */
173    
174    /* FIXME:  Use gpgme's engine info here. */
175  char*  char*
176  get_gnupg_prog (void)  get_gnupg_prog (void)
177  {      {    
# Line 358  check_gnupg_engine (int *r_major, int *r Line 360  check_gnupg_engine (int *r_major, int *r
360          gpgme_release (ctx);          gpgme_release (ctx);
361          return rc;          return rc;
362      }      }
363    
364        /* FIXME: This check is wrong! */
365      if (major < *r_major || minor < *r_minor)      if (major < *r_major || minor < *r_minor)
366          rc = 1;          rc = 1;
367      else {      else {

Legend:
Removed from v.48  
changed lines
  Added in v.58

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26