diff options
Diffstat (limited to 'g10/cardglue.h')
-rw-r--r-- | g10/cardglue.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/g10/cardglue.h b/g10/cardglue.h index f1b51c88b..dc114aa69 100644 --- a/g10/cardglue.h +++ b/g10/cardglue.h @@ -69,6 +69,10 @@ struct agent_card_info_s { int algo; /* Algorithm identifier. */ unsigned int nbits; /* Supported keysize. */ } key_attr[3]; + struct { + unsigned int ki:1; /* Key import available. */ + unsigned int aac:1; /* Algorithm attributes are changeable. */ + } extcap; }; struct agent_card_genkey_s { |