summaryrefslogtreecommitdiffstats
path: root/sys/sys/md4.h
diff options
context:
space:
mode:
authorcem <cem@FreeBSD.org>2016-05-26 20:37:49 +0000
committercem <cem@FreeBSD.org>2016-05-26 20:37:49 +0000
commite5ef05be3737033c0da5ab5f00022773c4274dcb (patch)
tree82bb0a8bc8f2bd11fd010bece93427cb8ca620ba /sys/sys/md4.h
parent444253bba579f26af746a0fbf42b89b8f44298a0 (diff)
downloadFreeBSD-src-e5ef05be3737033c0da5ab5f00022773c4274dcb.zip
FreeBSD-src-e5ef05be3737033c0da5ab5f00022773c4274dcb.tar.gz
Ifndef KERNEL the userspace-only routines in sys/md[45].h
A follow-up to r300773. Nothing in the kernel uses those definitions, but apparently libmd includes the sys/md45 headers. Fix the build. Reported by: gjb Pointy-hat: cem Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'sys/sys/md4.h')
-rw-r--r--sys/sys/md4.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/sys/md4.h b/sys/sys/md4.h
index e77eabb..55160ed 100644
--- a/sys/sys/md4.h
+++ b/sys/sys/md4.h
@@ -40,6 +40,11 @@ void MD4Init(MD4_CTX *);
void MD4Update(MD4_CTX *, const unsigned char *, unsigned int);
void MD4Pad(MD4_CTX *);
void MD4Final(unsigned char [static 16], MD4_CTX *);
+#ifndef _KERNEL
+char * MD4End(MD4_CTX *, char *);
+char * MD4File(const char *, char *);
+char * MD4Data(const unsigned char *, unsigned int, char *);
+#endif
__END_DECLS
#endif /* _MD4_H_ */
OpenPOWER on IntegriCloud