diff options
Diffstat (limited to 'gpgme/gpgme.h')
-rw-r--r-- | gpgme/gpgme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index 5fd6858a..061957d2 100644 --- a/gpgme/gpgme.h +++ b/gpgme/gpgme.h @@ -1185,7 +1185,7 @@ struct _gpgme_signature /* Signature exipration time or 0. */ unsigned long exp_timestamp; - int wrong_key_usage : 1; + unsigned int wrong_key_usage : 1; /* Internal to GPGME, do not use. */ int _unused : 31; |