diff options
author | schwarze <> | 2016-12-07 18:09:31 +0000 |
---|---|---|
committer | schwarze <> | 2016-12-07 18:09:31 +0000 |
commit | 9bdc2054e6ee02638512d91aed4999c70b6e47b8 (patch) | |
tree | 62d8d50669cdebc127ecfe132a640c7784119b38 /src/lib/libssl/man/Makefile | |
parent | daf2069edc609e45c7bcf84a98a3468a754fa332 (diff) | |
download | openbsd-9bdc2054e6ee02638512d91aed4999c70b6e47b8.tar.gz openbsd-9bdc2054e6ee02638512d91aed4999c70b6e47b8.tar.bz2 openbsd-9bdc2054e6ee02638512d91aed4999c70b6e47b8.zip |
Write SSL_copy_session_id(3) manual from scratch. This function is
listed in ssl(3) and <openssl/ssl.h>, so it's clearly a public interface.
We might wish to merge the improved code from OpenSSL 1.1.0,
but that's major bump, so i'm documenting the BUGS for now.
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 5fe28e4dc6..f6e38e2e14 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.48 2016/12/07 17:09:07 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.49 2016/12/07 18:09:31 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -54,6 +54,7 @@ MAN = BIO_f_ssl.3 \ | |||
54 | SSL_alert_type_string.3 \ | 54 | SSL_alert_type_string.3 \ |
55 | SSL_clear.3 \ | 55 | SSL_clear.3 \ |
56 | SSL_connect.3 \ | 56 | SSL_connect.3 \ |
57 | SSL_copy_session_id.3 \ | ||
57 | SSL_do_handshake.3 \ | 58 | SSL_do_handshake.3 \ |
58 | SSL_dup.3 \ | 59 | SSL_dup.3 \ |
59 | SSL_dup_CA_list.3 \ | 60 | SSL_dup_CA_list.3 \ |