Tweak the size of stack of openpgp-card thread.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2017-10-04 NIIBE Yutaka <gniibe@fsij.org>
|
||||
|
||||
* src/stack-def.h (SIZE_3): Tweak the size.
|
||||
|
||||
* src/openpgp-do.c (gpg_do_keygen): Do RSA key generation in two
|
||||
steps.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifdef GNU_LINUX_EMULATION
|
||||
#define SIZE_1 4096
|
||||
#define SIZE_2 4096
|
||||
#define SIZE_3 4096
|
||||
#define SIZE_3 (4 * 4096)
|
||||
#else
|
||||
#define SIZE_0 0x0100 /* Main */
|
||||
#define SIZE_1 0x00c0 /* CCID */
|
||||
|
||||
Reference in New Issue
Block a user