summaryrefslogtreecommitdiffstats
path: root/lib/libmd/md5.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC r282736:Luiz Otavio O Souza2015-10-201-0/+18
| | | | | | | | | | | | | | | | | | | Unbreak build following rev. 282726 (Makefile.inc1): add dependency of xinstall on libmd to avoid failure of parallel bootstrap. (lib/libmd/*.h): do not redefine symbols if already defined as macros (libcrypt uses the same sources internally, redefining symbols with a prefix of its own). Fixes build failures caused by previous change to libmd. Reported by: ian Pointy hat to: thomas TAG: IPSEC-HEAD Issue: #4841
* MFC r282726:Luiz Otavio O Souza2015-10-201-0/+19
| | | | | | | | | | | | | | | | | | Ensure libmd symbols do not clash with libcrypto Add a prefix to all symbols in libmd to avoid incompatibilites with same-named, but not binary compatible, symbols from libcrypto. Also introduce Weak aliases to avoid the need to rebuild dependent binaries and a major version bump. PR: 199119 Differential Revision: D2216 Reviewed by: roberto, delphij MFC after: 2 weeks TAG: IPSEC-HEAD Issue: #4841
* Just pick up the real thing from <sys/md5.h>phk1996-12-221-39/+1
|
* close bin/1648 libmd not 64bit safe.phk1996-10-221-2/+2
| | | | | | if something fails to compile now, you need to add #include <sys/types.h> Partially Submitted by: Jason Thorpe <thorpej@nas.nasa.gov>
* Add a structure definition to the MD* Contexts, so that cvs can usepeter1995-12-111-1/+1
| | | | the standard libmd version of MD5 instead of it's own seperate copy..
* Change this to do what it should have done from the start.phk1995-07-121-3/+3
| | | | | Add argument for buffer for output. Fix manuals.
* Added "const" to the arguments here and there.phk1994-11-071-2/+2
|
* Reviewed by: phkphk1994-07-241-0/+42
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.
OpenPOWER on IntegriCloud