mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix a couple of minor bugs.
This commit is contained in:
parent
9c5313a791
commit
64f24da283
5 changed files with 18 additions and 7 deletions
|
@ -488,8 +488,6 @@ gen_revoke( const char *uname )
|
|||
keyid_from_sk( sk, sk_keyid );
|
||||
print_seckey_info (sk);
|
||||
|
||||
pk = xmalloc_clear( sizeof *pk );
|
||||
|
||||
/* FIXME: We should get the public key direct from the secret one */
|
||||
|
||||
pub_keyblock=get_pubkeyblock(sk_keyid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue