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 f02d3da424..320177169e 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,9 +1,10 @@ | |||
1 | # $OpenBSD: Makefile,v 1.37 2016/11/21 13:52:28 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.38 2016/11/28 21:05:21 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 | DTLSv1_listen.3 \ |
7 | PEM_read_SSL_SESSION.3 \ | ||
7 | SSL_CIPHER_get_name.3 \ | 8 | SSL_CIPHER_get_name.3 \ |
8 | SSL_COMP_add_compression_method.3 \ | 9 | SSL_COMP_add_compression_method.3 \ |
9 | SSL_CTX_add_extra_chain_cert.3 \ | 10 | SSL_CTX_add_extra_chain_cert.3 \ |