Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 21541: /trunk/epan/crypt/ /trunk/epan/crypt/: crypt-md5.

Date: Mon, 23 Apr 2007 21:12:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21541

User: guy
Date: 2007/04/23 09:12 PM

Log:
 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.
 
 (Missed on the previous checkin.)

Directory: /trunk/epan/crypt/
  Changes    Path           Action
  +1 -1      crypt-md5.h    Modified