diff options
Diffstat (limited to 'src/lib/libssl/man/Makefile')
-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 76afab5718..f02d3da424 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,8 +1,9 @@ | |||
1 | # $OpenBSD: Makefile,v 1.36 2016/11/05 15:32:19 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.37 2016/11/21 13:52:28 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
5 | MAN = BIO_f_ssl.3 \ | 5 | MAN = BIO_f_ssl.3 \ |
6 | DTLSv1_listen.3 \ | ||
6 | SSL_CIPHER_get_name.3 \ | 7 | SSL_CIPHER_get_name.3 \ |
7 | SSL_COMP_add_compression_method.3 \ | 8 | SSL_COMP_add_compression_method.3 \ |
8 | SSL_CTX_add_extra_chain_cert.3 \ | 9 | SSL_CTX_add_extra_chain_cert.3 \ |