wafsamba: replace try:except: case with explicit comment about FIPS mode
authorAlexander Bokovoy <ab@samba.org>
Sat, 8 Dec 2012 15:57:20 +0000 (17:57 +0200)
committerAlexander Bokovoy <ab@samba.org>
Sat, 8 Dec 2012 17:41:07 +0000 (18:41 +0100)
commitb6e2be8e147b4d34a0424a8851b03b24f180048c
treea7cbb16a4f3f4ee736bb4127204d951725ca5fd0
parent56d9c8c4bf29eb473f9f4e7a7ef16fc6020db6b5
wafsamba: replace try:except: case with explicit comment about FIPS mode

Since exceptions will be caught be outer try:except: pair anyway, mark
the test of MD5 code by the comment that explains why we need to really
test it.

Do it for both hashlib.md5 and md5 modules.

Autobuild-User(master): Alexander Bokovoy <ab@samba.org>
Autobuild-Date(master): Sat Dec  8 18:41:07 CET 2012 on sn-devel-104
buildtools/wafsamba/samba_utils.py