summaryrefslogtreecommitdiffstats
path: root/lib/crypto/md5test.c
Commit message (Collapse)AuthorAgeFilesLines
* build: Build with system md5.h on OpenIndianaAndrew Bartlett2013-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | This changes (again...) our system md5 detection to cope with how OpenIndiana does md5. I'm becoming increasingly convinced this isn't worth our while (we should have just done samba_md5...), but for now this change seems to work on FreeBSD, OpenIndiana and Linux with libbsd. This needs us to rename struct MD5Context -> MD5_CTX, but we provide a config.h define to rename the type bad if MD5_CTX does not exist (it does however exist in the md5.h from libbsd). Andrew Bartlett Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Jun 19 21:32:36 CEST 2013 on sn-devel-104
* crypto: Add prototype for main torture functions.Jelmer Vernooij2012-02-071-0/+2
|
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-231-1/+1
|
* lib/crypto: only include what is needed.Günther Deschner2010-06-161-1/+2
| | | | Guenther
* crypto: fix remaining strhex_to_data_blob callers.Günther Deschner2008-10-181-1/+1
| | | | | | Jelmer, please check. Guenther
* Fix include paths.Jelmer Vernooij2008-09-241-1/+1
|
* Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-241-0/+93