summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man
diff options
context:
space:
mode:
authorfgsch <>2002-10-09 08:22:49 +0000
committerfgsch <>2002-10-09 08:22:49 +0000
commit1a6370e6151f8e8a7673ca7e4ee3e15d2d1b02e3 (patch)
tree60bc95dbbb2f25f9f21874537362402b1fc2c41c /src/lib/libssl/man
parentaf61e3f7dbe1fd8b363339d8ec5d6aec5f400ce3 (diff)
downloadopenbsd-1a6370e6151f8e8a7673ca7e4ee3e15d2d1b02e3.tar.gz
openbsd-1a6370e6151f8e8a7673ca7e4ee3e15d2d1b02e3.tar.bz2
openbsd-1a6370e6151f8e8a7673ca7e4ee3e15d2d1b02e3.zip
install SSL_do_handshake(3) as well; markus@ ok
Diffstat (limited to 'src/lib/libssl/man')
-rw-r--r--src/lib/libssl/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile
index bd1d825eb1..0ab8c2e360 100644
--- a/src/lib/libssl/man/Makefile
+++ b/src/lib/libssl/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.2 2002/09/26 11:41:22 deraadt Exp $ 1# $OpenBSD: Makefile,v 1.3 2002/10/09 08:22:49 fgsch Exp $
2 2
3.include <bsd.own.mk> # for NOMAN 3.include <bsd.own.mk> # for NOMAN
4 4
@@ -126,6 +126,7 @@ MANALL= \
126 SSL_alert_type_string.cat3 \ 126 SSL_alert_type_string.cat3 \
127 SSL_clear.cat3 \ 127 SSL_clear.cat3 \
128 SSL_connect.cat3 \ 128 SSL_connect.cat3 \
129 SSL_do_handshake.cat3 \
129 SSL_free.cat3 \ 130 SSL_free.cat3 \
130 SSL_get_SSL_CTX.cat3 \ 131 SSL_get_SSL_CTX.cat3 \
131 SSL_get_ciphers.cat3 \ 132 SSL_get_ciphers.cat3 \