1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Mon Feb 22 20:04:00 CET 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-02-22 19:08:46 +00:00
parent 5d5dc4b12d
commit 9f099678ac
17 changed files with 346 additions and 54 deletions

View file

@ -1753,7 +1753,7 @@ lookup_sk( GETKEY_CTX ctx, PKT_secret_key *sk, KBNODE *ret_keyblock )
}
}
else if( rc == -1 )
rc = G10ERR_NO_PUBKEY;
rc = G10ERR_NO_SECKEY;
release_kbnode( ctx->keyblock );
ctx->keyblock = NULL;