X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fos_crypto%2Fmd5_sha1%2Fmd5_sha1_op.h;fp=src%2Fos_crypto%2Fmd5_sha1%2Fmd5_sha1_op.h;h=81c1132242976d40807e070574f481e218c4f173;hp=c29a90a42710d4779f8bd0f24122a310e656470d;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b diff --git a/src/os_crypto/md5_sha1/md5_sha1_op.h b/src/os_crypto/md5_sha1/md5_sha1_op.h old mode 100755 new mode 100644 index c29a90a..81c1132 --- a/src/os_crypto/md5_sha1/md5_sha1_op.h +++ b/src/os_crypto/md5_sha1/md5_sha1_op.h @@ -1,6 +1,3 @@ -/* @(#) $Id: ./src/os_crypto/md5_sha1/md5_sha1_op.h, 2011/09/08 dcid Exp $ - */ - /* Copyright (C) 2009 Trend Micro Inc. * All right reserved. * @@ -10,17 +7,13 @@ * Foundation */ -/* OS_crypto/md5 Library. - * APIs for many crypto operations. - */ - #ifndef __MD5SHA1_OP_H #define __MD5SHA1_OP_H +#include "../md5/md5_op.h" +#include "../sha1/sha1_op.h" -int OS_MD5_SHA1_File(char *fname, char *prefilter_cmd, char *md5output, char *sha1output); - +int OS_MD5_SHA1_File(const char *fname, const char *prefilter_cmd, os_md5 md5output, os_sha1 sha1output, int mode) __attribute((nonnull(1, 3, 4))); #endif -/* EOF */