Crypto module autoloading
This commit is contained in:
parent
ba136b293a
commit
7316783f35
9 changed files with 230 additions and 21 deletions
|
@ -270,4 +270,6 @@ grub_password_get (char buf[], unsigned buf_size);
|
|||
/* For indistinguishibility. */
|
||||
#define GRUB_ACCESS_DENIED grub_error (GRUB_ERR_ACCESS_DENIED, "Access denied.")
|
||||
|
||||
extern void (*grub_crypto_autoload_hook) (const char *name);
|
||||
|
||||
#endif
|
||||
|
|
|
@ -95,6 +95,8 @@ void read_command_list (void);
|
|||
/* Defined in `autofs.c'. */
|
||||
void read_fs_list (void);
|
||||
|
||||
void read_crypto_list (void);
|
||||
|
||||
|
||||
#ifdef GRUB_UTIL
|
||||
void grub_normal_init (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue