This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1e93e04fa9
freebsd-dev
/
lib
/
libmd
/
md5.h
5 lines
74 B
C
Raw
Normal View
History
Unescape
Escape
Reviewed by: phk Imported libmd. This library contains MD2, MD4 and MD5. These three boggers pop up all over the place all of the time, so I decided we needed a library with them. In general they are used for security checks, so if you use them you want to link them static.
1994-07-24 03:29:56 +00:00
#
ifndef _MD5_H_
#
define _MD5_H_
Just pick up the real thing from <sys/md5.h>
1996-12-22 10:32:17 +00:00
#
include
<sys/md5.h>
Reviewed by: phk Imported libmd. This library contains MD2, MD4 and MD5. These three boggers pop up all over the place all of the time, so I decided we needed a library with them. In general they are used for security checks, so if you use them you want to link them static.
1994-07-24 03:29:56 +00:00
#
endif
/* _MD5_H_ */
Reference in New Issue
Copy Permalink