summaryrefslogtreecommitdiffstats
path: root/sys/sys/md5.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-03-29 11:55:06 +0000
committerphk <phk@FreeBSD.org>1998-03-29 11:55:06 +0000
commit8620163d92d9006a7481c39968c970a00bfb7b4f (patch)
tree937bc67007acdbb2d708e09c0c2e620b66fd3b76 /sys/sys/md5.h
parent1649ebee15c567ea4986b4226cf72495d63087bb (diff)
downloadFreeBSD-src-8620163d92d9006a7481c39968c970a00bfb7b4f.zip
FreeBSD-src-8620163d92d9006a7481c39968c970a00bfb7b4f.tar.gz
Export MD5Transform in md5.c and remove a private version in random_machdep.c
md5 is standard as a consequence of this.
Diffstat (limited to 'sys/sys/md5.h')
-rw-r--r--sys/sys/md5.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/sys/md5.h b/sys/sys/md5.h
index f8f4469..1b636b5 100644
--- a/sys/sys/md5.h
+++ b/sys/sys/md5.h
@@ -1,5 +1,5 @@
/* MD5.H - header file for MD5C.C
- * $Id: md5.h,v 1.9 1997/08/25 05:24:31 joerg Exp $
+ * $Id: md5.h,v 1.10 1998/03/27 10:22:35 phk Exp $
*/
/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
@@ -43,5 +43,8 @@ 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
+void MD5Transform __P((u_int32_t [4], const unsigned char [64]));
+#endif
__END_DECLS
#endif /* _SYS_MD5_H_ */
OpenPOWER on IntegriCloud