diff options
author | Werner Koch <[email protected]> | 2009-07-23 15:18:58 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-07-23 15:18:58 +0000 |
commit | 830dae2873be093abe745f42424a5713e270f957 (patch) | |
tree | 84c8f23197440d6349a75087787884bfac07bdd6 /g10/keygen.c | |
parent | Make use of the card's extended capabilities. (diff) | |
download | gnupg-830dae2873be093abe745f42424a5713e270f957.tar.gz gnupg-830dae2873be093abe745f42424a5713e270f957.zip |
Print status of CRL checks in the audit log.
Diffstat (limited to '')
-rw-r--r-- | g10/keygen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keygen.c b/g10/keygen.c index 91c990c08..38d78073f 100644 --- a/g10/keygen.c +++ b/g10/keygen.c @@ -1759,7 +1759,7 @@ ask_algo (int addmode, int *r_subkey_algo, unsigned int *r_usage) } -/* Ask for the key size. ALGO is the algorithjm. If PRIMARY_KEYSIZE +/* Ask for the key size. ALGO is the algorithm. If PRIMARY_KEYSIZE is not 0, the function asks for the size of the encryption subkey. */ static unsigned |