mirror of
https://github.com/S3NEO/android_kernel_samsung_msm8226.git
synced 2024-11-07 03:47:13 +00:00
scripts: Eliminate implicit delarations in fips_crypto_utils.c
Change-Id: I6e41b31175141d7e2a763cb8f876279820983fcf Signed-off-by: Kevin F. Haggerty <haggertk@lineageos.org>
This commit is contained in:
parent
43b65e3d63
commit
33ec490473
1 changed files with 5 additions and 0 deletions
|
@ -13,7 +13,12 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
int collect_crypto_bytes(const char *in_file, const char *section_name,
|
||||
unsigned long offset, unsigned long size, const char *out_file);
|
||||
int update_crypto_hmac(const char *vmlinux_path, const char *hmac_path,
|
||||
unsigned long offset);
|
||||
|
||||
int main (int argc, char **argv)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue