diff options
author | Werner Koch <wk@gnupg.org> | 2004-03-06 21:11:19 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-03-06 21:11:19 +0100 |
commit | 884483282f0782f93cf1f171983f27e72eef252c (patch) | |
tree | 57bd893a41a517c2c54586a832c7e1269fa416ad /sm/gpgsm.h | |
parent | (gpgsm_export): Make sure that we don't export more (diff) | |
download | gnupg2-884483282f0782f93cf1f171983f27e72eef252c.tar.xz gnupg2-884483282f0782f93cf1f171983f27e72eef252c.zip |
Preparing for a release
Diffstat (limited to 'sm/gpgsm.h')
-rw-r--r-- | sm/gpgsm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h index c0434d79c..62bc05354 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -288,7 +288,8 @@ int gpgsm_agent_learn (void); int gpgsm_agent_passwd (const char *hexkeygrip, const char *desc); /*-- call-dirmngr.c --*/ -int gpgsm_dirmngr_isvalid (ksba_cert_t cert, int use_ocsp); +int gpgsm_dirmngr_isvalid (ksba_cert_t cert, ksba_cert_t issuer_cert, + int use_ocsp); int gpgsm_dirmngr_lookup (ctrl_t ctrl, STRLIST names, void (*cb)(void*, ksba_cert_t), void *cb_value); int gpgsm_dirmngr_run_command (ctrl_t ctrl, const char *command, |