summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/man/Makefile')
-rw-r--r--src/lib/libssl/man/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile
index b591fc36ba..0eb914ea26 100644
--- a/src/lib/libssl/man/Makefile
+++ b/src/lib/libssl/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.5 2003/07/02 02:15:51 deraadt Exp $ 1# $OpenBSD: Makefile,v 1.6 2004/01/23 17:02:25 hshoexer Exp $
2 2
3.include <bsd.own.mk> # for NOMAN 3.include <bsd.own.mk> # for NOMAN
4 4
@@ -161,6 +161,7 @@ MANALL= \
161 SSL_want.cat3 \ 161 SSL_want.cat3 \
162 SSL_write.cat3 \ 162 SSL_write.cat3 \
163 blowfish.cat3 \ 163 blowfish.cat3 \
164 acss.cat3 \
164 bn.cat3 \ 165 bn.cat3 \
165 bn_internal.cat3 \ 166 bn_internal.cat3 \
166 crypto.cat3 \ 167 crypto.cat3 \
@@ -712,6 +713,7 @@ MLINKS+=\
712 SSL_want.3 SSL_want_read.3 \ 713 SSL_want.3 SSL_want_read.3 \
713 SSL_want.3 SSL_want_write.3 \ 714 SSL_want.3 SSL_want_write.3 \
714 SSL_want.3 SSL_want_x509_lookup.3 \ 715 SSL_want.3 SSL_want_x509_lookup.3 \
716 acss.3 acss_setkey.3 \
715 blowfish.3 BF_cbc.3 \ 717 blowfish.3 BF_cbc.3 \
716 blowfish.3 BF_cbc_encrypt.3 \ 718 blowfish.3 BF_cbc_encrypt.3 \
717 blowfish.3 BF_cfb64_encrypt.3 \ 719 blowfish.3 BF_cfb64_encrypt.3 \