From d4777d66024a8c343ad420f1d45ed2cbaa7468bc Mon Sep 17 00:00:00 2001 From: James Carlson Date: Tue, 5 Nov 2002 11:52:07 +0000 Subject: [PATCH] Turn off USE_SRP by default. --- pppd/Makefile.linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2