mirror of
https://github.com/samba-team/samba.git
synced 2025-10-18 19:33:16 +03:00
MD5 is not supported on FIPS-enabled machines, but the current work-around is broken. One the other hand, latest Waf has proper fixup (use sha1 as a replacement to md5) so there is no need for Samba specific code. Tested on CentOS-stream-9 with FIPS (Python-3.9.23). Signed-off-by: Shachar Sharon <ssharon@redhat.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
See http://code.google.com/p/waf/ for more information on waf You can get a svn copy of the upstream source with: svn checkout http://waf.googlecode.com/svn/trunk/ waf-read-only Samba currently uses waf 1.5, which can be found at: http://waf.googlecode.com/svn/branches/waf-1.5 To update the current copy of waf, use the update-waf.sh script in this directory.