diff options
author | jbj <devnull@localhost> | 2002-06-15 19:43:41 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-06-15 19:43:41 +0000 |
commit | 20901c1a62c2ec5bdff92bf2881ec51cb5ce7656 (patch) | |
tree | 30764e090f4af19bdbf6fb136badf0307a7c44ab /rpmio | |
parent | 8336b090a9996532e63e32cd8c483a9128be2dc9 (diff) | |
download | librpm-tizen-20901c1a62c2ec5bdff92bf2881ec51cb5ce7656.tar.gz librpm-tizen-20901c1a62c2ec5bdff92bf2881ec51cb5ce7656.tar.bz2 librpm-tizen-20901c1a62c2ec5bdff92bf2881ec51cb5ce7656.zip |
- beecrypt: merge changes from beecrypt-2.3.0.
- beecrypt: merge doxygen markup with rpmapi doco.
- beecrypt: revert cpu/arch compile option mixup (#66752).
CVS patchset: 5495
CVS date: 2002/06/15 19:43:41
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/.lclintrc | 49 | ||||
-rw-r--r-- | rpmio/digest.c | 2 |
2 files changed, 23 insertions, 28 deletions
diff --git a/rpmio/.lclintrc b/rpmio/.lclintrc index 4aaf64c22..944f7d435 100644 --- a/rpmio/.lclintrc +++ b/rpmio/.lclintrc @@ -23,40 +23,35 @@ -varuse # --- not-yet at strict level --bitwisesigned # pita --elseifcomplete # 95 occurences --exportconst # 839 occurences --exportfcn --exporttype --exportvar --fielduse # 1 occurence <bits/sigset.h> +-bitwisesigned # 204 +-elseifcomplete # 31 +-exportconst # 265 +-exportfcn # 381 +-exporttype # 109 +-exportvar # 32 +-fielduse # 72 -forblock # tedious -ifblock # tedious --incondefs # <bits/{ipc,pthreadtypes}.h> heartburn --matchfields # <bits/ipc.h> heartburn --namechecks # tedious ANSI compliance checks --ptrarith # tedious +-incondefs # 96 <bits/{ipc,pthreadtypes}.h> heartburn +-namechecks # 1454 tedious ANSI compliance checks +-ptrarith # 104 --compdestroy --mustdefine +-compdestroy # 21 +-mustdefine # 34 -shiftimplementation # ctype.h pain --strictops --strictusereleased --stringliterallen 4096 # redhat*PubKey's are big +-strictops # 51 -whileblock # tedious # --- not-yet at checks level --ansi-reserved -+enumint --mustfree --predboolptr --usedef ++enumint # 117 +-mustfree # 136 +-predboolptr # 156 +-usedef # 9 # --- not-yet at standard level --boolops --predboolint -+boolint -+charint -+ignorequals -+matchanyintegral +-boolops # 116 ++boolint # 11 ++charint # 146 ++ignorequals # 112 ++matchanyintegral # 39 diff --git a/rpmio/digest.c b/rpmio/digest.c index 53294eaac..474388431 100644 --- a/rpmio/digest.c +++ b/rpmio/digest.c @@ -6,7 +6,7 @@ #include "beecrypt.h" #include "md5.h" #include "endianness.h" -#include "fips180.h" +#include "sha1.h" #include "rpmio_internal.h" #include "debug.h" |