new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / os_crypto / sha1 / sha1_op.h
old mode 100755 (executable)
new mode 100644 (file)
index 3ebdb03..3e7fa16
@@ -1,6 +1,3 @@
-/* @(#) $Id: ./src/os_crypto/sha1/sha1_op.h, 2011/09/08 dcid Exp $
- */
-
 /* Copyright (C) 2009 Trend Micro Inc.
  * All right reserved.
  *
  * Foundation
  */
 
-
 #ifndef __SHA1_OP_H
-
 #define __SHA1_OP_H
 
-
 typedef char os_sha1[65];
 
-int OS_SHA1_File(char *fname, char * output);
+int OS_SHA1_File(const char *fname, os_sha1 output, int mode) __attribute((nonnull));
 
 #endif
 
-/* EOF */