diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-01-27 18:00:26 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-01-27 18:00:26 +0000 |
commit | 749459c697168f09f5ac071ebadca8df4098f1be (patch) | |
tree | 8d275c19c0498a7a992d6437b9039b0fd3735f7e /lib/libssl/man | |
parent | 679312df793d7185964ed1765a80cb1db643a20f (diff) |
Link SSL_get_finished.3 to build.
Diffstat (limited to 'lib/libssl/man')
-rw-r--r-- | lib/libssl/man/Makefile | 3 |
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 \ |