mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Oops, this should have been part of my previous commit.
Somehow, it hasn't. Reviewed by: phk
This commit is contained in:
parent
0ae037eb45
commit
097b91c0ad
1 changed files with 0 additions and 3 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue