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 e7c8af7872..c0b304cd80 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.54 2017/04/10 15:37:55 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.55 2017/04/10 15:54:46 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -77,6 +77,7 @@ MAN = BIO_f_ssl.3 \ | |||
77 | SSL_get_peer_cert_chain.3 \ | 77 | SSL_get_peer_cert_chain.3 \ |
78 | SSL_get_peer_certificate.3 \ | 78 | SSL_get_peer_certificate.3 \ |
79 | SSL_get_rbio.3 \ | 79 | SSL_get_rbio.3 \ |
80 | SSL_get_server_tmp_key.3 \ | ||
80 | SSL_get_session.3 \ | 81 | SSL_get_session.3 \ |
81 | SSL_get_shared_ciphers.3 \ | 82 | SSL_get_shared_ciphers.3 \ |
82 | SSL_get_state.3 \ | 83 | SSL_get_state.3 \ |