Fixed defines for a number of 'int' to 'uint16_t', as they're
authoraland <aland>
Mon, 25 Mar 2002 18:19:54 +0000 (18:19 +0000)
committeraland <aland>
Mon, 25 Mar 2002 18:19:54 +0000 (18:19 +0000)
commitb1d5fc965a289bf9282b04b6f6702b305e0eb051
tree72ecd14d12c765338be02b6d38bab27177753c1c
parent25412c6d543cd524401007bd4e187bf9660d6ffa
Fixed defines for a number of 'int' to 'uint16_t', as they're
poked at with ntohs() or htons().  On x86, you can pass 'int' to
these, and get away with it.  On other platforms, you can't.
src/modules/rlm_eap/eap.c