]> git.tdb.fi Git - libs/crypto.git/commitdiff
Remove useless programmatical filling of MD5::rotate_table
authorMikko Rasa <tdb@tdb.fi>
Sat, 16 Apr 2016 10:57:29 +0000 (13:57 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 16 Apr 2016 10:59:04 +0000 (13:59 +0300)
The table is so small that static initialization is easier, and in fact
the initializer is already there so the code wasn't even run.


No differences found