X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fos_crypto%2Fmd5_sha1%2Fmd5_sha1_op.h;h=81c1132242976d40807e070574f481e218c4f173;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=1e2b725f3f9a4e0ee96403974638f9c0cceaea30;hpb=301048b51990573e58a30dc4a5bb4ec285cad554;p=ossec-hids.git 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 1e2b725..81c1132 --- a/src/os_crypto/md5_sha1/md5_sha1_op.h +++ b/src/os_crypto/md5_sha1/md5_sha1_op.h @@ -1,5 +1,3 @@ -/* @(#) $Id$ */ - /* Copyright (C) 2009 Trend Micro Inc. * All right reserved. * @@ -9,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 *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 */