Import gcrypt public-key cryptography and implement signature checking.
This commit is contained in:
parent
535714bdcf
commit
5e3b8dcbb5
238 changed files with 40500 additions and 417 deletions
|
@ -409,7 +409,8 @@ CORRUPTED:
|
|||
}
|
||||
|
||||
static grub_file_t
|
||||
grub_lzopio_open (grub_file_t io)
|
||||
grub_lzopio_open (grub_file_t io,
|
||||
const char *name __attribute__ ((unused)))
|
||||
{
|
||||
grub_file_t file;
|
||||
grub_lzopio_t lzopio;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue