mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-28 12:57:50 +00:00
_rs_random_buf is currently unused
This commit is contained in:
parent
bcf8c3dd5e
commit
b7b3fb72d0
@ -160,6 +160,7 @@ _rs_rekey(unsigned char *dat, size_t datlen)
|
||||
rs->rs_have = sizeof(rsx->rs_buf) - KEYSZ - IVSZ;
|
||||
}
|
||||
|
||||
#ifdef notdef
|
||||
static inline void
|
||||
_rs_random_buf(void *_buf, size_t n)
|
||||
{
|
||||
@ -183,6 +184,7 @@ _rs_random_buf(void *_buf, size_t n)
|
||||
_rs_rekey(NULL, 0);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
static inline void
|
||||
_rs_random_u32(uint32_t *val)
|
||||
|
Loading…
x
Reference in New Issue
Block a user