From: James Carlson Date: Tue, 5 Nov 2002 11:52:07 +0000 (+0000) Subject: Turn off USE_SRP by default. X-Git-Tag: ppp-2.4.7~359 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=d4777d66024a8c343ad420f1d45ed2cbaa7468bc;p=ppp.git Turn off USE_SRP by default. --- diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 44f75e7..d6cd488 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.54 2002/11/02 19:48:12 carlsonj Exp $ +# $Id: Makefile.linux,v 1.55 2002/11/05 11:52:07 carlsonj Exp $ # # Default installation locations @@ -72,7 +72,7 @@ PLUGIN=y #CBCP=y # Enable EAP SRP-SHA1 authentication (requires libsrp) -USE_SRP=y +#USE_SRP=y MAXOCTETS=y