diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/Makefile.bsd-wrapper | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper index 5aee2465f3..337781f65b 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.35 2001/04/17 19:55:19 beck Exp $ | 2 | # $OpenBSD: Makefile.bsd-wrapper,v 1.36 2001/07/31 01:07:47 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. |
@@ -360,9 +360,11 @@ MLINKS+=BN_CTX_new.3 BN_CTX_init.3 BN_CTX_new.3 BN_CTX_free.3 \ | |||
360 | des_random_key.3 des_string_to_key.3 des_random_key.3 des_string_to_2keys.3 \ | 360 | des_random_key.3 des_string_to_key.3 des_random_key.3 des_string_to_2keys.3 \ |
361 | des_random_key.3 des_fcrypt.3 des_random_key.3 des_crypt.3 \ | 361 | des_random_key.3 des_fcrypt.3 des_random_key.3 des_crypt.3 \ |
362 | des_random_key.3 des_enc_read.3 des_random_key.3 des_enc_write.3 \ | 362 | des_random_key.3 des_enc_read.3 des_random_key.3 des_enc_write.3 \ |
363 | MD5.3 MD2.3 MD5.3 MD2_Init.3 MD5.3 MD2_Update.3 \ | 363 | MD5.3 MD2.3 \ |
364 | MD5.3 MD2_Final.3 MD5.3 MD5_Init.3 \ | 364 | MD5.3 MD2_Init.3 MD5.3 MD2_Update.3 MD5.3 MD2_Final.3 \ |
365 | MD5.3 MD5_Update.3 MD5.3 MD5_Final.3 \ | 365 | MD5.3 MD4.3 \ |
366 | MD5.3 MD4_Init.3 MD5.3 MD4_Update.3 MD5.3 MD4_Final.3 \ | ||
367 | MD5.3 MD5_Init.3 MD5.3 MD5_Update.3 MD5.3 MD5_Final.3 \ | ||
366 | bn_internal.3 bn_mul_words.3 \ | 368 | bn_internal.3 bn_mul_words.3 \ |
367 | bn_internal.3 bn_mul_add_words.3 \ | 369 | bn_internal.3 bn_mul_add_words.3 \ |
368 | bn_internal.3 bn_sqr_words.3 \ | 370 | bn_internal.3 bn_sqr_words.3 \ |