]> git.ozlabs.org Git - ppp.git/commitdiff
Get rid of the MS_ChapResponse and MS_Chap2Response structures.
authorPaul Mackerras <paulus@samba.org>
Mon, 15 Nov 2004 22:13:26 +0000 (22:13 +0000)
committerPaul Mackerras <paulus@samba.org>
Mon, 15 Nov 2004 22:13:26 +0000 (22:13 +0000)
Using a struct to represent an on-the-wire format is basically
broken, since the compiler can add padding between members or
assume alignment for the struct.  Instead we just use arrays
of unsigned char and define offsets in the arrays for the various
fields.


No differences found