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) { |
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 |