Home | History | Annotate | Download | only in pppd

Lines Matching refs:srp

76 # Enable EAP SRP-SHA1 authentication (requires libsrp)
103 # EAP SRP-SHA1
107 TARGETS += srp-entry
108 EXTRAINSTALL = $(INSTALL) -s -c -m 555 srp-entry $(BINDIR)/srp-entry
109 MANPAGES += srp-entry.8
110 EXTRACLEAN += srp-entry.o
229 srp-entry: srp-entry.c
230 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ srp-entry.c $(LIBS)