]> git.ozlabs.org Git - ppp.git/commitdiff
Turn off USE_SRP by default.
authorJames Carlson <carlsonj@workingcode.com>
Tue, 5 Nov 2002 11:52:07 +0000 (11:52 +0000)
committerJames Carlson <carlsonj@workingcode.com>
Tue, 5 Nov 2002 11:52:07 +0000 (11:52 +0000)
pppd/Makefile.linux

index 44f75e7339849c7e8b5787f9a3af9a7201e46e6c..d6cd4881db4b033b890af81d82a6b0ef3650df1f 100644 (file)
@@ -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