sh1nu11bi / sulley

Automatically exported from code.google.com/p/sulley
GNU General Public License v2.0
0 stars 0 forks source link

Try to use hashlib instead of md5/sha libs #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Run unittests.

What is the expected output? What do you see instead?
I see warnings on python2.6 about using hashlib instead of md5/sha1 directly.

What version of the product are you using? On what operating system?
r156 from SVN.

Please provide any additional information below.
Patch attached (in git format) which attempts to use hashlib and, if it's
an old enough version of python, it will fall back to md5/sha lib.

Original issue reported on code.google.com by steve.mi...@gmail.com on 25 Jun 2009 at 8:19

Attachments:

GoogleCodeExporter commented 9 years ago
Here is another patch made after r157

Original comment by steve.mi...@gmail.com on 8 Jun 2010 at 8:26

Attachments: