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

See ChangeLog: Sat Jan 9 18:54:57 CET 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-01-09 17:59:58 +00:00
parent 002b1a8632
commit 11c378119d
23 changed files with 3487 additions and 1684 deletions

View file

@ -225,7 +225,6 @@ getkey_disable_caches()
#if MAX_PK_CACHE_ENTRIES
{
pk_cache_entry_t ce, ce2;
u32 keyid[2];
for( ce = pk_cache; ce; ce = ce2 ) {
ce2 = ce->next;