CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/16 13:07:04
Modified files:
sys/dev : rnd.c
Log message:
entropy_add_ptr and entropy_input_rotate are only used inside
enqueue_randomness(), so make them local static instead of global.
