1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* cache.c (housekeeping): Fixed linking in the remove case.

This commit is contained in:
Werner Koch 2002-02-06 14:51:35 +00:00
parent a3839b57b6
commit 0c4c0f2ecc
4 changed files with 20 additions and 5 deletions

View file

@ -37,6 +37,7 @@ struct {
const char *homedir; /* configuration directory name */
const char *pinentry_program;
int no_grab; /* don't let the pinentry grab the keyboard */
unsigned long def_cache_ttl;
} opt;