Imported Upstream version 2.5.1
[ossec-hids.git] / src / os_crypto / md5_sha1 / md5_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 /* OS_crypto/md5 Library.
13  * APIs for many crypto operations.
14  */
15
16 #ifndef __MD5SHA1_OP_H
17 #define __MD5SHA1_OP_H
18
19
20 int OS_MD5_SHA1_File(char *fname, char *md5output, char *sha1output);
21
22
23 #endif
24
25 /* EOF */