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 ab11293d1c..96daeb8975 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.58 2017/08/19 23:45:10 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.59 2017/08/21 10:10:25 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -65,6 +65,7 @@ MAN = BIO_f_ssl.3 \ | |||
65 | SSL_do_handshake.3 \ | 65 | SSL_do_handshake.3 \ |
66 | SSL_dup.3 \ | 66 | SSL_dup.3 \ |
67 | SSL_dup_CA_list.3 \ | 67 | SSL_dup_CA_list.3 \ |
68 | SSL_export_keying_material.3 \ | ||
68 | SSL_free.3 \ | 69 | SSL_free.3 \ |
69 | SSL_get_SSL_CTX.3 \ | 70 | SSL_get_SSL_CTX.3 \ |
70 | SSL_get_certificate.3 \ | 71 | SSL_get_certificate.3 \ |