summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libssl/Makefile.bsd-wrapper14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper
index ef2cf02385..39c289c310 100644
--- a/src/lib/libssl/Makefile.bsd-wrapper
+++ b/src/lib/libssl/Makefile.bsd-wrapper
@@ -1,5 +1,5 @@
1# Build wrapper for OpenSSL 1# Build wrapper for OpenSSL
2# $OpenBSD: Makefile.bsd-wrapper,v 1.20 2000/04/01 22:18:13 deraadt Exp $ 2# $OpenBSD: Makefile.bsd-wrapper,v 1.21 2000/04/04 03:23:02 deraadt Exp $
3 3
4# Our lndir is hacked; specify a full path to avoid potential conflicts 4# Our lndir is hacked; specify a full path to avoid potential conflicts
5# with the one installed with X11. 5# 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 \
387 MDC2.3 MDC2_Final.3 \ 387 MDC2.3 MDC2_Final.3 \
388 SHA1.3 SHA1_Init.3 SHA1.3 SHA1_Update.3 SHA1.3 SHA1_Final.3 \ 388 SHA1.3 SHA1_Init.3 SHA1.3 SHA1_Update.3 SHA1.3 SHA1_Final.3 \
389 RC4.3 RC4_set_key.3 \ 389 RC4.3 RC4_set_key.3 \
390 RAND_bytes.3 RAND_pseudo_bytes.3 RAND_bytes.3 RAND_seed.3 \ 390 RAND_bytes.3 RAND_pseudo_bytes.3 \
391 RAND_bytes.3 RAND_add.3 RAND_bytes.3 RAND_status.3 \ 391 RAND_load_file.3 RAND_file_name.3 \
392 RAND_bytes.3 RAND_screen.3 RAND_bytes.3 RAND_load_file.3 \ 392 RAND_load_file.3 RAND_write_file.3 \
393 RAND_bytes.3 RAND_write_file.3 RAND_bytes.3 RAND_file_name.3 \ 393 RAND_set_rand_method.3 RAND_get_rand_method.3 \
394 RAND_bytes.3 RAND_egd.3 RAND_bytes.3 RAND_set_rand_method.3 \ 394 RAND_set_rand_method.3 RAND_SSLeay.3 \
395 RAND_bytes.3 RAND_get_rand_method.3 RAND_bytes.3 RAND_SSLeay.3 \
396 RAND_bytes.3 RAND_cleanup.3 \
397 CRYPTO_set_locking_callback.3 CRYPTO_set_id_callback.3 \ 395 CRYPTO_set_locking_callback.3 CRYPTO_set_id_callback.3 \
398 CRYPTO_set_locking_callback.3 CRYPTO_num_locks.3 \ 396 CRYPTO_set_locking_callback.3 CRYPTO_num_locks.3 \
399 RIPEMD160.3 RIPEMD160_Init.3 RIPEMD160.3 RIPEMD160_Update.3 \ 397 RIPEMD160.3 RIPEMD160_Init.3 RIPEMD160.3 RIPEMD160_Update.3 \