diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-04-19 11:15:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-04-19 11:15:38 +0000 |
commit | d7e1c07844dbad316b09277c586cf2de27ec0f44 (patch) | |
tree | 1e58c5c3e1062fc2d681d1f91b387182a1291a6b /lib/libcrypto/man | |
parent | d364d34140766a92876a317dbf0b72fb569a8b91 (diff) |
egd is gone
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r-- | lib/libcrypto/man/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index 215be6ef8af..66cb3e49e1e 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2014/04/16 12:08:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.4 2014/04/19 11:15:37 deraadt Exp $ .include <bsd.own.mk> # for NOMAN @@ -127,7 +127,6 @@ MAN= \ RAND_add.3 \ RAND_bytes.3 \ RAND_cleanup.3 \ - RAND_egd.3 \ RAND_load_file.3 \ RAND_set_rand_method.3 \ RC4.3 \ @@ -666,7 +665,6 @@ MLINKS+=\ RAND_add.3 RAND_seed.3 \ RAND_add.3 RAND_status.3 \ RAND_bytes.3 RAND_pseudo_bytes.3 \ - RAND_egd.3 RAND_egd_bytes.3 \ RAND_load_file.3 RAND_file_name.3 \ RAND_load_file.3 RAND_write_file.3 \ RAND_set_rand_method.3 RAND_SSLeay.3 \ |