diff options
author | tb <> | 2021-05-12 14:17:27 +0000 |
---|---|---|
committer | tb <> | 2021-05-12 14:17:27 +0000 |
commit | 2eb0ea3677cb7786d0773ca3c824d82b231285ec (patch) | |
tree | 31f2011fdeab29a6770642ae789af27fb99f6e21 | |
parent | ff02e03b1586d4febcbb3d5cffcee7158244fa04 (diff) | |
download | openbsd-2eb0ea3677cb7786d0773ca3c824d82b231285ec.tar.gz openbsd-2eb0ea3677cb7786d0773ca3c824d82b231285ec.tar.bz2 openbsd-2eb0ea3677cb7786d0773ca3c824d82b231285ec.zip |
Install SSL_SESSION_get0_cipher.3
-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 cc393ee6e8..de1390ea6b 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.70 2021/01/27 18:00:25 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.71 2021/05/12 14:17:27 tb Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -58,6 +58,7 @@ MAN = BIO_f_ssl.3 \ | |||
58 | SSL_SESSION_get_id.3 \ | 58 | SSL_SESSION_get_id.3 \ |
59 | SSL_SESSION_get_protocol_version.3 \ | 59 | SSL_SESSION_get_protocol_version.3 \ |
60 | SSL_SESSION_get_time.3 \ | 60 | SSL_SESSION_get_time.3 \ |
61 | SSL_SESSION_get0_cipher.3 \ | ||
61 | SSL_SESSION_get0_peer.3 \ | 62 | SSL_SESSION_get0_peer.3 \ |
62 | SSL_SESSION_has_ticket.3 \ | 63 | SSL_SESSION_has_ticket.3 \ |
63 | SSL_SESSION_new.3 \ | 64 | SSL_SESSION_new.3 \ |