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

Diff of /trunk/Src/wptGPGME.cpp

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

revision 270 by twoaday, Sat Oct 21 18:08:57 2006 UTC revision 271 by twoaday, Sun Nov 5 08:57:45 2006 UTC
# Line 64  keycache_release (int cleanup) Line 64  keycache_release (int cleanup)
64      int n = gpg_keycache_get_size (pub);      int n = gpg_keycache_get_size (pub);
65    
66      /* XXX: update the value when the cache has changed. */      /* XXX: update the value when the cache has changed. */
67      _snprintf (tmpbuf, sizeof (tmpbuf)-1, "%d", n);      _snprintf (tmpbuf, DIM (tmpbuf)-1, "%d", n);
68      set_reg_key (HKEY_CURRENT_USER, "Software\\WinPT", "nKeys", tmpbuf);      set_reg_key (HKEY_CURRENT_USER, "Software\\WinPT", "nKeys", tmpbuf);
69    
70      if (pub) {      if (pub) {
# Line 253  get_seckey (const char *keyid, gpgme_key Line 253  get_seckey (const char *keyid, gpgme_key
253  }  }
254    
255    
   
256  /* Map the signature summary in @sum to signature status table index.  /* Map the signature summary in @sum to signature status table index.
257     Return value: index to table. */     Return value: index to table. */
258  static int  static int

Legend:
Removed from v.270  
changed lines
  Added in v.271

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26