| commit | 3949a60c350fea947d2701e2fe709b174ae7af16 | [log] [tgz] |
|---|---|---|
| author | Stephen Hemminger <shemminger@vyatta.com> | Wed Dec 09 14:13:27 2009 +0300 |
| committer | Denis Ovsienko <infrastation@yandex.ru> | Wed Dec 09 14:13:27 2009 +0300 |
| tree | f9df272afc80a1835c4d5ab10ac7460e8499566b | |
| parent | b0b709ab6656ba07f12fe0d256912dcabba19017 [diff] |
lib: fix warning on little endian
* md5.c
* md5_calc(): If building on little endian then X
will be 'const uint32_t' which causes compiler
warning in code that never gets used. Just move
the endif to make sure code is not checked.