diff options
author | tb <> | 2021-05-12 14:17:27 +0000 |
---|---|---|
committer | tb <> | 2021-05-12 14:17:27 +0000 |
commit | 67376c45e9c21c8adb657eea570fc66577877444 (patch) | |
tree | 31f2011fdeab29a6770642ae789af27fb99f6e21 /src | |
parent | 6af23728041ccfafb4de75ba7dbd91c01b5c4095 (diff) | |
download | openbsd-67376c45e9c21c8adb657eea570fc66577877444.tar.gz openbsd-67376c45e9c21c8adb657eea570fc66577877444.tar.bz2 openbsd-67376c45e9c21c8adb657eea570fc66577877444.zip |
Install SSL_SESSION_get0_cipher.3
Diffstat (limited to 'src')
-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 \ |