diff options
author | jbj <devnull@localhost> | 2001-10-19 19:51:18 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-19 19:51:18 +0000 |
commit | e2dfa4f2d4f643ff2c47adfc8ae6b4b700c62b8b (patch) | |
tree | 6ce514ea2fc730cfdf1b666dffcb7625772dabf6 /rpmio | |
parent | e2a842407516209b3447997d19879848d074c3d6 (diff) | |
download | librpm-tizen-e2dfa4f2d4f643ff2c47adfc8ae6b4b700c62b8b.tar.gz librpm-tizen-e2dfa4f2d4f643ff2c47adfc8ae6b4b700c62b8b.tar.bz2 librpm-tizen-e2dfa4f2d4f643ff2c47adfc8ae6b4b700c62b8b.zip |
- beecrypt is at least as good as pgp/gpg on verify, pull the plug.
CVS patchset: 5124
CVS date: 2001/10/19 19:51:18
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. */ |