aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/md5.h')
-rw-r--r--sys/sys/md5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/md5.h b/sys/sys/md5.h
index 4211b015c3dc..3ffe2fedbb00 100644
--- a/sys/sys/md5.h
+++ b/sys/sys/md5.h
@@ -45,7 +45,7 @@ char * MD5File(const char *, char *);
char * MD5FileChunk(const char *, char *, off_t, off_t);
char * MD5Data(const unsigned char *, unsigned int, char *);
#ifdef _KERNEL
-void MD5Transform __P((u_int32_t [4], const unsigned char [64]));
+void MD5Transform(u_int32_t [4], const unsigned char [64]);
#endif
__END_DECLS
#endif /* _SYS_MD5_H_ */