improved CHAP structure size, however there is not much we can do

This commit is contained in:
Sylvain Rochet 2012-06-19 23:42:41 +02:00
parent 0234c62c3e
commit 4bbf443ba2

View File

@ -145,7 +145,7 @@ struct chap_digest_type {
*/
#if CHAP_SUPPORT
typedef struct chap_client_state {
int flags;
u8_t flags;
char *name;
struct chap_digest_type *digest;
unsigned char priv[64]; /* private area for digest's use */
@ -153,7 +153,7 @@ typedef struct chap_client_state {
#if PPP_SERVER
static struct chap_server_state {
int flags;
u8_t flags;
int id;
char *name;
struct chap_digest_type *digest;