aboutsummaryrefslogtreecommitdiff
path: root/tools/cert_create/include/sha.h
blob: 6907fa196635b6e0d4f841621b552028d0991ad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * 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_ */