Browse Source

egd support is too dangerous to leave where somebody might find it.

ok deraadt.
OPENBSD_5_6
tedu 10 years ago
parent
commit
733b31aee1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libcrypto/crypto/Makefile

+ 2
- 2
src/lib/libcrypto/crypto/Makefile View File

@ -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/


Loading…
Cancel
Save