diff options
Diffstat (limited to 'tools/gpg-card.h')
-rw-r--r-- | tools/gpg-card.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gpg-card.h b/tools/gpg-card.h index bd4b923e7..b79d12d0d 100644 --- a/tools/gpg-card.h +++ b/tools/gpg-card.h @@ -125,6 +125,9 @@ struct key_info_s const char *keyalgo; enum gcry_pk_algos keyalgo_id; + /* An optional malloced label for the key. */ + char *label; + /* The three next items are mostly useful for OpenPGP cards. */ unsigned char fprlen; /* Use length of the next item. */ unsigned char fpr[32]; /* The binary fingerprint of length FPRLEN. */ |