diff options
Diffstat (limited to '')
-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 d1d7bf3cc6..40e0d32a79 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.51 2016/12/10 13:54:32 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.52 2016/12/10 14:56:56 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -73,6 +73,7 @@ MAN = BIO_f_ssl.3 \ | |||
73 | SSL_get_peer_certificate.3 \ | 73 | SSL_get_peer_certificate.3 \ |
74 | SSL_get_rbio.3 \ | 74 | SSL_get_rbio.3 \ |
75 | SSL_get_session.3 \ | 75 | SSL_get_session.3 \ |
76 | SSL_get_shared_ciphers.3 \ | ||
76 | SSL_get_state.3 \ | 77 | SSL_get_state.3 \ |
77 | SSL_get_verify_result.3 \ | 78 | SSL_get_verify_result.3 \ |
78 | SSL_get_version.3 \ | 79 | SSL_get_version.3 \ |