diff options
Diffstat (limited to 'g10/test-stubs.c')
-rw-r--r-- | g10/test-stubs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/test-stubs.c b/g10/test-stubs.c index 2ae4a41..9c45961 100644 --- a/g10/test-stubs.c +++ b/g10/test-stubs.c @@ -463,12 +463,12 @@ dotlock_remove_lockfiles (void) { } -gpg_error_t +int agent_probe_secret_key (ctrl_t ctrl, PKT_public_key *pk) { (void)ctrl; (void)pk; - return gpg_error (GPG_ERR_NO_SECKEY); + return 0; } gpg_error_t |