diff options
Diffstat (limited to 'src/lib')
-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 \ |