* grub-core/osdep/basic/random.c: New file. Abort on an attempt to

get random when no RNG is available.
	* grub-core/osdep/random.c: Use basic/random.c on OS out of whitelist.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-08 21:28:14 +02:00
parent acbbe5cbad
commit b102ce6909
4 changed files with 53 additions and 6 deletions

View file

@ -1,3 +1,9 @@
2013-10-08 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/osdep/basic/random.c: New file. Abort on an attempt to
get random when no RNG is available.
* grub-core/osdep/random.c: Use basic/random.c on OS out of whitelist.
2013-10-08 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/util/lvm.h: Removed.