summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorambrisko <ambrisko@FreeBSD.org>2003-02-05 19:11:11 +0000
committerambrisko <ambrisko@FreeBSD.org>2003-02-05 19:11:11 +0000
commit666b5fcabd1290d5e6c63c2d53c82255ac521f25 (patch)
treedb11c275a825c08fcea43d91cdf5aff3692b59c8 /sys/modules/netgraph
parentb014f4134557052d358c454394a602f5b317513d (diff)
downloadFreeBSD-src-666b5fcabd1290d5e6c63c2d53c82255ac521f25.zip
FreeBSD-src-666b5fcabd1290d5e6c63c2d53c82255ac521f25.tar.gz
Take the rc4 code out of ng_mppc module so we don't fail to load when
we have the rc4 code already in the kernel (via wlan stuff or awi). Add a dependency on the rc4 module so if it doesn't exist then load it. Reviewed by: archie
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/mppc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/netgraph/mppc/Makefile b/sys/modules/netgraph/mppc/Makefile
index 645781f..7e337f4 100644
--- a/sys/modules/netgraph/mppc/Makefile
+++ b/sys/modules/netgraph/mppc/Makefile
@@ -15,8 +15,7 @@ SRCS+= mppcc.c mppcd.c
.if ${NETGRAPH_MPPC_ENCRYPTION} > 0
.PATH: ${.CURDIR}/../../../crypto
-.PATH: ${.CURDIR}/../../../crypto/rc4
-SRCS+= rc4.c sha1.c
+SRCS+= sha1.c
.endif
opt_netgraph.h:
OpenPOWER on IntegriCloud