diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-04 03:23:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-04 03:23:03 +0000 |
commit | e41d6581f853e8cea2725619f4163389ed5cd2d9 (patch) | |
tree | 6f1d93e14c4854a066d1209f8ed4b3d90f2f60f0 /lib | |
parent | ec33b9c89fc19e92a4b767ee28663cce899d7a85 (diff) |
repair some mis-directed links
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/Makefile.bsd-wrapper | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/lib/libssl/Makefile.bsd-wrapper b/lib/libssl/Makefile.bsd-wrapper index ef2cf023852..39c289c3107 100644 --- a/lib/libssl/Makefile.bsd-wrapper +++ b/lib/libssl/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ # Build wrapper for OpenSSL -# $OpenBSD: Makefile.bsd-wrapper,v 1.20 2000/04/01 22:18:13 deraadt Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.21 2000/04/04 03:23:02 deraadt Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -387,13 +387,11 @@ MLINKS+=BN_CTX_new.3 BN_CTX_init.3 BN_CTX_new.3 BN_CTX_free.3 \ MDC2.3 MDC2_Final.3 \ SHA1.3 SHA1_Init.3 SHA1.3 SHA1_Update.3 SHA1.3 SHA1_Final.3 \ RC4.3 RC4_set_key.3 \ - RAND_bytes.3 RAND_pseudo_bytes.3 RAND_bytes.3 RAND_seed.3 \ - RAND_bytes.3 RAND_add.3 RAND_bytes.3 RAND_status.3 \ - RAND_bytes.3 RAND_screen.3 RAND_bytes.3 RAND_load_file.3 \ - RAND_bytes.3 RAND_write_file.3 RAND_bytes.3 RAND_file_name.3 \ - RAND_bytes.3 RAND_egd.3 RAND_bytes.3 RAND_set_rand_method.3 \ - RAND_bytes.3 RAND_get_rand_method.3 RAND_bytes.3 RAND_SSLeay.3 \ - RAND_bytes.3 RAND_cleanup.3 \ + RAND_bytes.3 RAND_pseudo_bytes.3 \ + RAND_load_file.3 RAND_file_name.3 \ + RAND_load_file.3 RAND_write_file.3 \ + RAND_set_rand_method.3 RAND_get_rand_method.3 \ + RAND_set_rand_method.3 RAND_SSLeay.3 \ CRYPTO_set_locking_callback.3 CRYPTO_set_id_callback.3 \ CRYPTO_set_locking_callback.3 CRYPTO_num_locks.3 \ RIPEMD160.3 RIPEMD160_Init.3 RIPEMD160.3 RIPEMD160_Update.3 \ |