Split random retrieving code into separate files.
This commit is contained in:
parent
c7c177f07f
commit
24ca45125e
7 changed files with 122 additions and 47 deletions
|
@ -406,6 +406,10 @@ void _gcry_log_error( const char *fmt, ... ) __attribute__ ((format (printf, 1,
|
|||
#ifdef GRUB_UTIL
|
||||
void grub_gcry_init_all (void);
|
||||
void grub_gcry_fini_all (void);
|
||||
|
||||
int
|
||||
grub_get_random (void *out, grub_size_t len);
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue