blob: 6907fa196635b6e0d4f841621b552028d0991ad9 [file] [log] [blame]
/*
* Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef SHA_H_
#define SHA_H_
int sha_file(const char *filename, unsigned char *md);
#endif /* SHA_H_ */