This website requires JavaScript.
Explore
Help
Register
Sign In
hardenedbsd
/
HardenedBSD
Watch
1
Star
0
Fork
0
You've already forked HardenedBSD
mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced
2024-11-16 07:11:05 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
e92324a21e
HardenedBSD
/
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 05:29:56 +02:00
#
ifndef _MD5_H_
#
define _MD5_H_
Just pick up the real thing from <sys/md5.h>
1996-12-22 11:32:17 +01: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 05:29:56 +02:00
#
endif
/* _MD5_H_ */
Reference in New Issue
Copy Permalink