diff options
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/rpmpgp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rpmio/rpmpgp.h b/rpmio/rpmpgp.h index cbcdb95c3..7231cce42 100644 --- a/rpmio/rpmpgp.h +++ b/rpmio/rpmpgp.h @@ -858,6 +858,8 @@ typedef struct pgpSig_s { struct pgpPktSigV4_s v4; } sig; + size_t nbytes; /*!< No. bytes of plain text. */ + /*@only@*/ /*@null@*/ void * sha1ctx; /*!< (dsa) sha1 hash context. */ /*@only@*/ /*@null@*/ void * sha1; /*!< (dsa) V3 signature hash. */ size_t sha1len; /*!< (dsa) V3 signature hash length. */ |