diff options
author | tedu <> | 2014-04-18 13:13:50 +0000 |
---|---|---|
committer | tedu <> | 2014-04-18 13:13:50 +0000 |
commit | 8a0112534d8764e81ead87d96bc29f9f7087f881 (patch) | |
tree | 3f62b1628accfdce9ddeab64a2c1094f94641297 /src/lib/libcrypto/crypto | |
parent | c28759e489ff78d60b33248f7658689125bd0492 (diff) | |
download | openbsd-8a0112534d8764e81ead87d96bc29f9f7087f881.tar.gz openbsd-8a0112534d8764e81ead87d96bc29f9f7087f881.tar.bz2 openbsd-8a0112534d8764e81ead87d96bc29f9f7087f881.zip |
egd support is too dangerous to leave where somebody might find it.
ok deraadt.
Diffstat (limited to 'src/lib/libcrypto/crypto')
-rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 3063963569..2b642dc25d 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.22 2014/04/17 22:06:19 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.23 2014/04/18 13:13:50 tedu Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -207,7 +207,7 @@ SRCS+= pk7_mime.c bio_pk7.c | |||
207 | SRCS+= pqueue.c | 207 | SRCS+= pqueue.c |
208 | 208 | ||
209 | # rand/ | 209 | # rand/ |
210 | SRCS+= rc4_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c | 210 | SRCS+= rc4_rand.c randfile.c rand_lib.c rand_err.c |
211 | SRCS+= rand_unix.c | 211 | SRCS+= rand_unix.c |
212 | 212 | ||
213 | # rc2/ | 213 | # rc2/ |