mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Generating an OpenPGP key cia gpg-agent basically works.
This commit is contained in:
parent
67934a8c13
commit
21b0a955be
23 changed files with 1233 additions and 1364 deletions
|
@ -399,9 +399,9 @@ display_online_help (const char *keyword)
|
|||
* We don't use secret keys, but getkey.c links to this
|
||||
*/
|
||||
int
|
||||
check_secret_key (PKT_secret_key *sk, int n)
|
||||
check_secret_key (PKT_public_key *pk, int n)
|
||||
{
|
||||
(void)sk;
|
||||
(void)pk;
|
||||
(void)n;
|
||||
return G10ERR_GENERAL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue