Oops, this should have been part of my previous commit.

Somehow, it hasn't.

Reviewed by:	phk
This commit is contained in:
mux 2002-06-24 14:18:39 +00:00
parent 48b8a20cbe
commit f1504e8564

View File

@ -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_ */