summaryrefslogtreecommitdiffstats
path: root/lib/libssl/man
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2021-01-27 18:00:25 +0000
committertb <tb@openbsd.org>2021-01-27 18:00:25 +0000
commit94dd89d5e10c96baefbd3ef10a8882c588fb45e1 (patch)
tree205e9edbcda96aa47ffa94e8d8d70242734445e0 /lib/libssl/man
parentWrite SSL_get_finished() documentation from scratch. (diff)
downloadwireguard-openbsd-94dd89d5e10c96baefbd3ef10a8882c588fb45e1.tar.xz
wireguard-openbsd-94dd89d5e10c96baefbd3ef10a8882c588fb45e1.zip
Link SSL_get_finished.3 to build.
Diffstat (limited to 'lib/libssl/man')
-rw-r--r--lib/libssl/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libssl/man/Makefile b/lib/libssl/man/Makefile
index c8edf6311ed..cc393ee6e89 100644
--- a/lib/libssl/man/Makefile
+++ b/lib/libssl/man/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.69 2020/09/21 08:53:56 schwarze Exp $
+# $OpenBSD: Makefile,v 1.70 2021/01/27 18:00:25 tb Exp $
.include <bsd.own.mk>
@@ -84,6 +84,7 @@ MAN = BIO_f_ssl.3 \
SSL_get_ex_data_X509_STORE_CTX_idx.3 \
SSL_get_ex_new_index.3 \
SSL_get_fd.3 \
+ SSL_get_finished.3 \
SSL_get_peer_cert_chain.3 \
SSL_get_peer_certificate.3 \
SSL_get_rbio.3 \