diff options
| author | schwarze <> | 2018-03-17 18:19:49 +0000 |
|---|---|---|
| committer | schwarze <> | 2018-03-17 18:19:49 +0000 |
| commit | 91837b260d5d83bde0c301289677be6220f79b59 (patch) | |
| tree | bd477a25cfb7c3f7ad14f34a8ce304c0d9d848bb /src/lib/libssl/man/Makefile | |
| parent | 16be5655969201f487142c1e49a95d8d31963920 (diff) | |
| download | openbsd-91837b260d5d83bde0c301289677be6220f79b59.tar.gz openbsd-91837b260d5d83bde0c301289677be6220f79b59.tar.bz2 openbsd-91837b260d5d83bde0c301289677be6220f79b59.zip | |
In ssl.h rev. 1.152 2018/03/17 15:55:52, tb@ provided
SSL_SESSION_has_ticket(3) and SSL_SESSION_get_ticket_lifetime_hint(3).
Merge the documentation from OpenSSL, tweaked by me.
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 2d32f44dbf..d5141811e7 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.63 2018/02/27 18:30:30 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.64 2018/03/17 18:19:49 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -57,6 +57,7 @@ MAN = BIO_f_ssl.3 \ | |||
| 57 | SSL_SESSION_get_protocol_version.3 \ | 57 | SSL_SESSION_get_protocol_version.3 \ |
| 58 | SSL_SESSION_get_time.3 \ | 58 | SSL_SESSION_get_time.3 \ |
| 59 | SSL_SESSION_get0_peer.3 \ | 59 | SSL_SESSION_get0_peer.3 \ |
| 60 | SSL_SESSION_has_ticket.3 \ | ||
| 60 | SSL_SESSION_new.3 \ | 61 | SSL_SESSION_new.3 \ |
| 61 | SSL_SESSION_print.3 \ | 62 | SSL_SESSION_print.3 \ |
| 62 | SSL_SESSION_set1_id_context.3 \ | 63 | SSL_SESSION_set1_id_context.3 \ |
