lib: fix warning on little endian
commit3949a60c350fea947d2701e2fe709b174ae7af16
authorStephen Hemminger <shemminger@vyatta.com>
Wed, 9 Dec 2009 11:13:27 +0000 (9 14:13 +0300)
committerDenis Ovsienko <infrastation@yandex.ru>
Wed, 9 Dec 2009 11:13:27 +0000 (9 14:13 +0300)
treef9df272afc80a1835c4d5ab10ac7460e8499566b
parentb0b709ab6656ba07f12fe0d256912dcabba19017
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.
lib/md5.c