diff options
author | Werner Koch <[email protected]> | 2009-03-18 11:18:56 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-03-18 11:18:56 +0000 |
commit | a3b63ac1dc1084beb3d4350e10033ac4af43dcf5 (patch) | |
tree | 0eb716595b5d85872ecb006743847d99945639ea /scd/app-openpgp.c | |
parent | Enhanced last patch. (diff) | |
download | gnupg-a3b63ac1dc1084beb3d4350e10033ac4af43dcf5.tar.gz gnupg-a3b63ac1dc1084beb3d4350e10033ac4af43dcf5.zip |
Add server option with-ephemeral-keys.
Extend SCD LEARN command.
Diffstat (limited to '')
-rw-r--r-- | scd/app-openpgp.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c index 4bc28d30b..ce09a51f5 100644 --- a/scd/app-openpgp.c +++ b/scd/app-openpgp.c @@ -1295,8 +1295,10 @@ send_keypair_info (app_t app, ctrl_t ctrl, int keyno) /* Handle the LEARN command for OpenPGP. */ static gpg_error_t -do_learn_status (app_t app, ctrl_t ctrl) +do_learn_status (app_t app, ctrl_t ctrl, unsigned int flags) { + (void)flags; + do_getattr (app, ctrl, "EXTCAP"); do_getattr (app, ctrl, "DISP-NAME"); do_getattr (app, ctrl, "DISP-LANG"); |