75 |
|
|
76 |
|
|
77 |
gpgme_error_t |
gpgme_error_t |
78 |
keycache_init( const char *pubring, const char * secring ) |
keycache_update (const char *keyid) |
79 |
|
{ |
80 |
|
return gpgme_keycache_update_key (pub, keyid); |
81 |
|
} |
82 |
|
|
83 |
|
|
84 |
|
gpgme_error_t |
85 |
|
keycache_init (const char *pubring, const char * secring) |
86 |
{ |
{ |
87 |
struct progress_filter_s pfx; |
struct progress_filter_s pfx; |
88 |
gpgme_error_t err; |
gpgme_error_t err; |
94 |
reload = 0; |
reload = 0; |
95 |
} |
} |
96 |
p = get_reg_entry (HKEY_CURRENT_USER, "Software\\WinPT", "nKeys"); |
p = get_reg_entry (HKEY_CURRENT_USER, "Software\\WinPT", "nKeys"); |
97 |
if (p && *p != ' ') |
if (p && *p != ' ') { |
|
{ |
|
98 |
val = atoi (p); |
val = atoi (p); |
99 |
free_if_alloc (p); |
free_if_alloc (p); |
100 |
memset (&pfx, 0, sizeof pfx); |
memset (&pfx, 0, sizeof pfx); |