From c9ec235ca1e53105c29450d483686482a26751e0 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Fri, 7 Jul 2000 09:03:59 +0000 Subject: Add entropy gathering code. This will work whether the module is compiled in or loaded. --- sys/modules/random/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/modules/random') diff --git a/sys/modules/random/Makefile b/sys/modules/random/Makefile index 274a3686af50..e8980fabca94 100644 --- a/sys/modules/random/Makefile +++ b/sys/modules/random/Makefile @@ -2,12 +2,10 @@ .PATH: ${.CURDIR}/../../dev/randomdev .PATH: ${.CURDIR}/../../crypto/blowfish -#.PATH: ${.CURDIR}/../../crypto/des KMOD = randomdev SRCS = bus_if.h device_if.h randomdev.c yarrow.c SRCS += bf_cbc.c bf_skey.c bf_enc.c CFLAGS += -I${.CURDIR}/../.. -#SRCS += sha1.c des_setkey.c des_ecb.c NOMAN = yes .include -- cgit v1.3