summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2005-10-22 10:33:53 +0000
committerjmc <>2005-10-22 10:33:53 +0000
commit2f8369815e35a8eedb488c0052bcff027fe7391c (patch)
tree0248f94fab9445acda37da604e05f98738815019
parent164df6c092320de260e414cd3b3c781d4e6cf718 (diff)
downloadopenbsd-2f8369815e35a8eedb488c0052bcff027fe7391c.tar.gz
openbsd-2f8369815e35a8eedb488c0052bcff027fe7391c.tar.bz2
openbsd-2f8369815e35a8eedb488c0052bcff027fe7391c.zip
fix MLINKS;
from andreas schweitzer (pr #4566); ok dtucker@
-rw-r--r--src/lib/libssl/man/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile
index a59b863a8d..95d0b6e0a2 100644
--- a/src/lib/libssl/man/Makefile
+++ b/src/lib/libssl/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.8 2005/10/03 12:02:47 djm Exp $ 1# $OpenBSD: Makefile,v 1.9 2005/10/22 10:33:53 jmc Exp $
2 2
3.include <bsd.own.mk> # for NOMAN 3.include <bsd.own.mk> # for NOMAN
4 4
@@ -704,7 +704,7 @@ MLINKS+=\
704 d2i_RSAPublicKey.3 i2d_RSAPrivateKey.3 \ 704 d2i_RSAPublicKey.3 i2d_RSAPrivateKey.3 \
705 d2i_RSAPublicKey.3 i2d_RSAPublicKey.3 \ 705 d2i_RSAPublicKey.3 i2d_RSAPublicKey.3 \
706 d2i_SSL_SESSION.3 i2d_SSL_SESSION.3 \ 706 d2i_SSL_SESSION.3 i2d_SSL_SESSION.3 \
707 des_crypt.3 des_string_to_2keys.3 \ 707 des_random_key.3 des_string_to_2keys.3 \
708 des_random_key.3 des_cbc_cksum.3 \ 708 des_random_key.3 des_cbc_cksum.3 \
709 des_random_key.3 des_cfb64_encrypt.3 \ 709 des_random_key.3 des_cfb64_encrypt.3 \
710 des_random_key.3 des_cfb_encrypt.3 \ 710 des_random_key.3 des_cfb_encrypt.3 \