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:
Kevin F. Haggerty 2017-05-10 00:14:16 -06:00 committed by Francescodario Cuzzocrea
parent 43b65e3d63
commit 33ec490473
1 changed files with 5 additions and 0 deletions

View File

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