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
7
util/import_gcrypth.sed
Normal file
7
util/import_gcrypth.sed
Normal file
|
@ -0,0 +1,7 @@
|
|||
/^#@INSERT_SYS_SELECT_H@/ d
|
||||
/^@FALLBACK_SOCKLEN_T@/ d
|
||||
/^#include <stdlib\.h>/ d
|
||||
/^#include <string\.h>/ d
|
||||
/^#include <gpg-error\.h>/ s,#include <gpg-error.h>,#include <grub/gcrypt/gpg-error.h>,
|
||||
s,_gcry_mpi_invm,gcry_mpi_invm,g
|
||||
p
|
Loading…
Add table
Add a link
Reference in a new issue