summaryrefslogtreecommitdiff
path: root/rpmio/digest.h
diff options
context:
space:
mode:
Diffstat (limited to 'rpmio/digest.h')
-rw-r--r--rpmio/digest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmio/digest.h b/rpmio/digest.h
index ee39ee0ce..9e0cde3b9 100644
--- a/rpmio/digest.h
+++ b/rpmio/digest.h
@@ -27,7 +27,7 @@ struct pgpDigParams_s {
uint8_t tag;
uint8_t version; /*!< version number. */
- pgpTime_t time; /*!< time that the key was created. */
+ uint32_t time; /*!< key/signature creation time. */
uint8_t pubkey_algo; /*!< public key algorithm. */
uint8_t hash_algo;