summaryrefslogtreecommitdiffstats
path: root/sys/dev/random/hash.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-03-03 19:44:22 +0000
committermarkm <markm@FreeBSD.org>2002-03-03 19:44:22 +0000
commit1b3c28870721b86193d5d4048cff88d634f3f42f (patch)
tree24e2d1fcb04c65adc9cb948dfed4b2a10ffe1d1b /sys/dev/random/hash.h
parentecb7a599ead8acbc1c3097067da4cc78082f0274 (diff)
downloadFreeBSD-src-1b3c28870721b86193d5d4048cff88d634f3f42f.zip
FreeBSD-src-1b3c28870721b86193d5d4048cff88d634f3f42f.tar.gz
Massive lint-inspired cleanup.
Remove unneeded includes. Deal with unused function arguments. Resolve a boatload of signed/unsigned imcompatabilities. Etc.
Diffstat (limited to 'sys/dev/random/hash.h')
-rw-r--r--sys/dev/random/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/hash.h b/sys/dev/random/hash.h
index 99f0b48..5a30821 100644
--- a/sys/dev/random/hash.h
+++ b/sys/dev/random/hash.h
@@ -32,7 +32,7 @@ struct yarrowhash { /* Big! Make static! */
keyInstance hashkey; /* Data cycles through here */
cipherInstance cipher; /* Rijndael internal */
u_char hash[KEYSIZE]; /* Repeatedly encrypted */
- u_char accum[KEYSIZE]; /* Accumulate partial chunks */
+ char accum[KEYSIZE]; /* Accumulate partial chunks */
u_int partial; /* Keep track of < KEYSIZE chunks */
};
OpenPOWER on IntegriCloud