From 733b31aee1340a04631278b61cb166b4f106f058 Mon Sep 17 00:00:00 2001 From: tedu <> Date: Fri, 18 Apr 2014 13:13:50 +0000 Subject: [PATCH] egd support is too dangerous to leave where somebody might find it. ok deraadt. --- src/lib/libcrypto/crypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 30639635..2b642dc2 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2014/04/17 22:06:19 miod Exp $ +# $OpenBSD: Makefile,v 1.23 2014/04/18 13:13:50 tedu Exp $ LIB= crypto @@ -207,7 +207,7 @@ SRCS+= pk7_mime.c bio_pk7.c SRCS+= pqueue.c # rand/ -SRCS+= rc4_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c +SRCS+= rc4_rand.c randfile.c rand_lib.c rand_err.c SRCS+= rand_unix.c # rc2/