diff options
Diffstat (limited to 'gpgme/gpgme.h')
-rw-r--r-- | gpgme/gpgme.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index 31fffe19..18bd9830 100644 --- a/gpgme/gpgme.h +++ b/gpgme/gpgme.h @@ -1247,6 +1247,12 @@ struct _gpgme_signature gpgme_validity_t validity; gpgme_error_t validity_reason; + + /* The public key algorithm used to create the signature. */ + gpgme_pubkey_algo_t pubkey_algo; + + /* The hash algorithm used to create the signature. */ + gpgme_hash_algo_t hash_algo; }; typedef struct _gpgme_signature *gpgme_signature_t; |