summaryrefslogtreecommitdiff
path: root/tools/cert_create/include/sha.h
blob: 4c55f375c8407663034eb7d8be332e337904262c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (c) 2015-2017, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef SHA_H
#define SHA_H

int sha_file(int md_alg, const char *filename, unsigned char *md);

#endif /* SHA_H */