Split random retrieving code into separate files.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-04 01:29:10 +02:00
parent c7c177f07f
commit 24ca45125e
7 changed files with 122 additions and 47 deletions

View file

@ -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