From: Paul Mackerras Date: Fri, 12 Nov 2004 09:57:43 +0000 (+0000) Subject: squish a compile warning X-Git-Tag: ppp-2.4.7~188 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=0d3f05cc3d0a1cf631778296065ce9c158dd9c0e squish a compile warning --- diff --git a/pppd/chap_ms.c b/pppd/chap_ms.c index 1c4356c..9a87122 100644 --- a/pppd/chap_ms.c +++ b/pppd/chap_ms.c @@ -74,7 +74,7 @@ * */ -#define RCSID "$Id: chap_ms.c,v 1.32 2004/11/04 12:00:07 paulus Exp $" +#define RCSID "$Id: chap_ms.c,v 1.33 2004/11/12 09:57:43 paulus Exp $" #ifdef CHAPMS @@ -125,11 +125,13 @@ u_char mppe_send_key[MPPE_MAX_KEY_LEN]; u_char mppe_recv_key[MPPE_MAX_KEY_LEN]; int mppe_keys_set = 0; /* Have the MPPE keys been set? */ +#ifdef DEBUGMPPEKEY /* For MPPE debug */ /* Use "[]|}{?/><,`!2&&(" (sans quotes) for RFC 3079 MS-CHAPv2 test value */ static char *mschap_challenge = NULL; /* Use "!@\#$%^&*()_+:3|~" (sans quotes, backslash is to escape #) for ... */ static char *mschap2_peer_challenge = NULL; +#endif #include "fsm.h" /* Need to poke MPPE options */ #include "ccp.h"