65abe703cf0d5edbaa95506f80569c04e631e025
[ossec-hids.git] / src / os_crypto / sha1 / sha1_op.h
1 /* @(#) $Id$ */
2
3 /* Copyright (C) 2009 Trend Micro Inc.
4  * All right reserved.
5  *
6  * This program is a free software; you can redistribute it
7  * and/or modify it under the terms of the GNU General Public
8  * License (version 2) as published by the FSF - Free Software
9  * Foundation
10  */
11
12
13 #ifndef __SHA1_OP_H
14
15 #define __SHA1_OP_H
16
17
18 typedef char os_sha1[65];
19
20 int OS_SHA1_File(char *fname, char * output);
21
22 #endif
23
24 /* EOF */