From c294523750856c8ab8bf40901aef3843b9374624 Mon Sep 17 00:00:00 2001 From: "Alexandr D. Kanevskiy" Date: Fri, 6 Sep 2002 22:11:12 +0000 Subject: [PATCH] build fix --- pppd/chap_ms.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pppd/chap_ms.c b/pppd/chap_ms.c index fb54843..4e50d5b 100644 --- a/pppd/chap_ms.c +++ b/pppd/chap_ms.c @@ -40,7 +40,7 @@ * Copyright (c) 2002 Google, Inc. */ -#define RCSID "$Id: chap_ms.c,v 1.21 2002/09/01 12:00:15 dfs Exp $" +#define RCSID "$Id: chap_ms.c,v 1.22 2002/09/06 22:11:12 kad Exp $" #ifdef CHAPMS @@ -581,7 +581,7 @@ ChapMS(chap_state *cstate, u_char *rchallenge, char *secret, int secret_len, response->UseNT[0] = 1; #endif - cstate->resp_length = MS_CHAP_RESPONSE_LENGTH; + cstate->resp_length = MS_CHAP_RESPONSE_LEN; #ifdef MPPE Set_Start_Key(rchallenge, secret, secret_len); -- 2.39.2