mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Made genkey work again.
This commit is contained in:
parent
e2c88461fc
commit
355c76352a
13 changed files with 83 additions and 33 deletions
|
@ -40,6 +40,11 @@
|
|||
#define MAX_PK_CACHE_ENTRIES 200
|
||||
#define MAX_UID_CACHE_ENTRIES 200
|
||||
|
||||
#if MAX_PK_CACHE_ENTRIES < 2
|
||||
#error We need the cache for key creation
|
||||
#endif
|
||||
|
||||
|
||||
/* A map of the all characters valid used for word_match()
|
||||
* Valid characters are in in this table converted to uppercase.
|
||||
* because the upper 128 bytes have special meaning, we assume
|
||||
|
@ -177,7 +182,7 @@ print_stats()
|
|||
#endif
|
||||
|
||||
|
||||
static void
|
||||
void
|
||||
cache_public_key( PKT_public_key *pk )
|
||||
{
|
||||
#if MAX_PK_CACHE_ENTRIES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue