2003-01-29 Marcus Brinkmann <marcus@g10code.de>
* key.c (gpgme_key_sig_get_string_attr): Use validity_to_string instead otrust_to_string to calculate validity.
This commit is contained in:
parent
c44f5e0a3c
commit
8a5c6d0de2
@ -1,3 +1,8 @@
|
||||
2003-01-29 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* key.c (gpgme_key_sig_get_string_attr): Use validity_to_string
|
||||
instead otrust_to_string to calculate validity.
|
||||
|
||||
2003-01-19 Miguel Coca <mcoca@gnu.org>
|
||||
|
||||
* w32-io.c (_gpgme_io_select): Add missing argument in calls to
|
||||
|
@ -957,7 +957,7 @@ gpgme_key_get_string_attr (GpgmeKey key, GpgmeAttr what,
|
||||
return uid ? uid->comment_part : NULL;
|
||||
|
||||
case GPGME_ATTR_VALIDITY:
|
||||
return otrust_to_string (key->otrust);
|
||||
return validity_to_string (key->otrust);
|
||||
|
||||
case GPGME_ATTR_KEY_CAPS:
|
||||
return subkey ? capabilities_to_string (subkey) : NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user