Imported Upstream version 2.7
[ossec-hids.git] / src / os_crypto / md5_sha1 / md5_sha1_op.h
1 /* @(#) $Id: ./src/os_crypto/md5_sha1/md5_sha1_op.h, 2011/09/08 dcid Exp $
2  */
3
4 /* Copyright (C) 2009 Trend Micro Inc.
5  * All right reserved.
6  *
7  * This program is a free software; you can redistribute it
8  * and/or modify it under the terms of the GNU General Public
9  * License (version 2) as published by the FSF - Free Software
10  * Foundation
11  */
12
13 /* OS_crypto/md5 Library.
14  * APIs for many crypto operations.
15  */
16
17 #ifndef __MD5SHA1_OP_H
18 #define __MD5SHA1_OP_H
19
20
21 int OS_MD5_SHA1_File(char *fname, char *prefilter_cmd, char *md5output, char *sha1output);
22
23
24 #endif
25
26 /* EOF */