The "in" array in an MD5 context is expected to be aligned on a 4-byte
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 23 Apr 2007 20:47:07 +0000 (20:47 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 23 Apr 2007 20:47:07 +0000 (20:47 +0000)
commitf7c9196f6de4fd6c3a5eeb8af1960073d95a1646
treea32f49b383ba132e708f124792fd25c705ac6fb7
parentb45d5d540d65fa1f14c2fb6dede37f6e59a08153
The "in" array in an MD5 context is expected to be aligned on a 4-byte
boundary; make it an array of 16 guint32's rather than 64 guint8's, to
ensure that, and add now-necessary casts and remove now-unnecessary
casts.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21540 f5534014-38df-0310-8fa8-9805f1628bb7
epan/crypt/crypt-md5.c