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

Diff of /trunk/Src/wptKeyserverDlg.cpp

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

revision 285 by twoaday, Mon Jan 15 22:02:04 2007 UTC revision 286 by twoaday, Fri Mar 9 19:34:17 2007 UTC
# Line 270  fetch_key_from_keyserver (HWND dlg, gpgm Line 270  fetch_key_from_keyserver (HWND dlg, gpgm
270      const char *keyid;      const char *keyid;
271      char timebuf[128];      char timebuf[128];
272      int id;      int id;
273        
274        // XXX: we have a problem with v3 keys here
275      if (!sig->fpr)      if (!sig->fpr)
276          return FALSE;          return FALSE;
277      if (!get_locale_timedate (sig->timestamp, timebuf, DIM (timebuf)-1))      if (!get_locale_timedate (sig->timestamp, timebuf, DIM (timebuf)-1))
# Line 295  fetch_key_from_keyserver (HWND dlg, gpgm Line 296  fetch_key_from_keyserver (HWND dlg, gpgm
296      return -1;      return -1;
297  }  }
298    
299    
300  /* Check if the given pattern are either a valid  /* Check if the given pattern are either a valid
301     email address, a {long, short} keyid or a fingerprint.     email address, a {long, short} keyid or a fingerprint.
302     Return 0 on success. */     Return 0 on success. */

Legend:
Removed from v.285  
changed lines
  Added in v.286

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26