diff options
author | tb <> | 2021-01-27 18:00:25 +0000 |
---|---|---|
committer | tb <> | 2021-01-27 18:00:25 +0000 |
commit | c13f7bc977a27f60a50f2c83c0f12d46b4ef7351 (patch) | |
tree | 34098887cbf8e9aa8420e699808b77de5ac13995 /src | |
parent | c2f520b02cabecb368002da7e88f289a633f901f (diff) | |
download | openbsd-c13f7bc977a27f60a50f2c83c0f12d46b4ef7351.tar.gz openbsd-c13f7bc977a27f60a50f2c83c0f12d46b4ef7351.tar.bz2 openbsd-c13f7bc977a27f60a50f2c83c0f12d46b4ef7351.zip |
Link SSL_get_finished.3 to build.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile index c8edf6311e..cc393ee6e8 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.69 2020/09/21 08:53:56 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.70 2021/01/27 18:00:25 tb Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -84,6 +84,7 @@ MAN = BIO_f_ssl.3 \ | |||
84 | SSL_get_ex_data_X509_STORE_CTX_idx.3 \ | 84 | SSL_get_ex_data_X509_STORE_CTX_idx.3 \ |
85 | SSL_get_ex_new_index.3 \ | 85 | SSL_get_ex_new_index.3 \ |
86 | SSL_get_fd.3 \ | 86 | SSL_get_fd.3 \ |
87 | SSL_get_finished.3 \ | ||
87 | SSL_get_peer_cert_chain.3 \ | 88 | SSL_get_peer_cert_chain.3 \ |
88 | SSL_get_peer_certificate.3 \ | 89 | SSL_get_peer_certificate.3 \ |
89 | SSL_get_rbio.3 \ | 90 | SSL_get_rbio.3 \ |