]> git.ipfire.org Git - thirdparty/shadow.git/commit
Move csrand() to a new file csrand.c
authorAlejandro Colomar <alx@kernel.org>
Fri, 30 Dec 2022 18:46:09 +0000 (19:46 +0100)
committerSerge Hallyn <serge@hallyn.com>
Sat, 28 Jan 2023 03:48:37 +0000 (21:48 -0600)
commitbe1f4f7972ad7ec151c31ad408083828bbdefd4b
tree2c61e3967a9256b91e8be0601a2f3d1b031a371f
parent986ef4e69c6dbe6e9c56b9322ce1ee976763d2eb
Move csrand() to a new file csrand.c

A set of APIs similar to arc4random(3) is complex enough to deserve its
own file.

Cc: "Jason A. Donenfeld" <Jason@zx2c4.com>
Cc: Cristian Rodríguez <crrodriguez@opensuse.org>
Cc: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Cc: Björn Esser <besser82@fedoraproject.org>
Cc: Yann Droneaud <ydroneaud@opteya.com>
Cc: Joseph Myers <joseph@codesourcery.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/prototypes.h
libmisc/Makefile.am
libmisc/csrand.c [new file with mode: 0644]
libmisc/salt.c