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 a69f79099560..48b30ab693c7 100644
--- a/sys/sys/md5.h
+++ b/sys/sys/md5.h
@@ -43,7 +43,7 @@ void MD5Final (unsigned char [16], MD5_CTX *);
char * MD5End(MD5_CTX *, char *);
char * MD5File(const char *, char *);
char * MD5Data(const unsigned char *, unsigned int, char *);
-#ifdef KERNEL
+#ifdef _KERNEL
void MD5Transform __P((u_int32_t [4], const unsigned char [64]));
#endif
__END_DECLS