gpg: Do not print the validity after key generation.
* g10/keylist.c (struct keylist_context): Add field NO_VALIDITY. (list_keyblock_print): Take care of it. (list_keyblock_direct): Add arg NO_VALIDITY. * g10/keygen.c (do_generate_keypair): Merge keyblock and print w/o validity.
It will always be ultimate and by not printing it we avoid a lot of
garbage output due to the trustdb re-calculation.
- Signed-off-by: Werner Koch <wk@gnupg.org>