summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2002-06-24 14:18:39 +0000
committermux <mux@FreeBSD.org>2002-06-24 14:18:39 +0000
commitf1504e8564a3a71c6ef1a359a72af707759b14ae (patch)
tree5d5459e1b8a8e9e6aa04ac679ca27dbd4a752882 /sys
parent48b8a20cbe347a377bec362a172d521d9ffee15c (diff)
downloadFreeBSD-src-f1504e8564a3a71c6ef1a359a72af707759b14ae.zip
FreeBSD-src-f1504e8564a3a71c6ef1a359a72af707759b14ae.tar.gz
Oops, this should have been part of my previous commit.
Somehow, it hasn't. Reviewed by: phk
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/md5.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/sys/md5.h b/sys/sys/md5.h
index 3ffe2fe..964698b 100644
--- a/sys/sys/md5.h
+++ b/sys/sys/md5.h
@@ -44,8 +44,5 @@ char * MD5End(MD5_CTX *, char *);
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(u_int32_t [4], const unsigned char [64]);
-#endif
__END_DECLS
#endif /* _SYS_MD5_H_ */
OpenPOWER on IntegriCloud