* commit 'fd5155e7eb64563285831c774e112cf7513adb43': Remove dead code.
This commit is contained in:
@@ -171,19 +171,6 @@ arc4_getbyte(void)
|
|||||||
return (rs.s[(si + sj) & 0xff]);
|
return (rs.s[(si + sj) & 0xff]);
|
||||||
}
|
}
|
||||||
|
|
||||||
u_int8_t
|
|
||||||
__arc4_getbyte(void)
|
|
||||||
{
|
|
||||||
u_int8_t val;
|
|
||||||
|
|
||||||
_ARC4_LOCK();
|
|
||||||
if (--arc4_count == 0 || !rs_initialized)
|
|
||||||
arc4_stir();
|
|
||||||
val = arc4_getbyte();
|
|
||||||
_ARC4_UNLOCK();
|
|
||||||
return val;
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline u_int32_t
|
static inline u_int32_t
|
||||||
arc4_getword(void)
|
arc4_getword(void)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user