diff options
author | jbj <devnull@localhost> | 2000-08-28 01:08:57 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-08-28 01:08:57 +0000 |
commit | 8c10883fdd434363e6cc48125337b5f305cc5534 (patch) | |
tree | 2e31cee268fbbe81b5487628148c6ccd69bb6af6 /lib/signature.c | |
parent | af938797acd2a1fc33c2e83aac0f006973d5c3c9 (diff) | |
download | librpm-tizen-8c10883fdd434363e6cc48125337b5f305cc5534.tar.gz librpm-tizen-8c10883fdd434363e6cc48125337b5f305cc5534.tar.bz2 librpm-tizen-8c10883fdd434363e6cc48125337b5f305cc5534.zip |
Doxygen annotations.
CVS patchset: 4138
CVS date: 2000/08/28 01:08:57
Diffstat (limited to 'lib/signature.c')
-rw-r--r-- | lib/signature.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/signature.c b/lib/signature.c index fa53e5a99..1a4c7169e 100644 --- a/lib/signature.c +++ b/lib/signature.c @@ -119,10 +119,6 @@ static int checkSize(FD_t fd, int size, int sigsize) } } -/* rpmReadSignature() emulates the new style signatures if it finds an */ -/* old-style one. It also immediately verifies the header+archive */ -/* size and returns an error if it doesn't match. */ - int rpmReadSignature(FD_t fd, Header *headerp, short sig_type) { unsigned char buf[2048]; |