diff options
author | schwarze <> | 2016-12-06 23:45:34 +0000 |
---|---|---|
committer | schwarze <> | 2016-12-06 23:45:34 +0000 |
commit | ac2da8279e49d806d4b5ec4a03b8ef5dc3cfc0f7 (patch) | |
tree | 30f1ab99ce22fe372f4c727a8824fe7f8ad0b3b5 /src/lib/libssl/man/Makefile | |
parent | a257ef467d49f89a4cfda88d08ab278eb14492d5 (diff) | |
download | openbsd-ac2da8279e49d806d4b5ec4a03b8ef5dc3cfc0f7.tar.gz openbsd-ac2da8279e49d806d4b5ec4a03b8ef5dc3cfc0f7.tar.bz2 openbsd-ac2da8279e49d806d4b5ec4a03b8ef5dc3cfc0f7.zip |
An SSL_SESSION_print(3) manual written from scratch. It's clearly
a public interface since it's listed both in ssl(3) and in
<openssl/ssl.h>. Nothing to pilfer from OpenSSL in this case...
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 a07231f19f..8e058f005c 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.45 2016/12/06 18:40:31 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.46 2016/12/06 23:45:34 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -49,6 +49,7 @@ MAN = BIO_f_ssl.3 \ | |||
49 | SSL_SESSION_get_ex_new_index.3 \ | 49 | SSL_SESSION_get_ex_new_index.3 \ |
50 | SSL_SESSION_get_time.3 \ | 50 | SSL_SESSION_get_time.3 \ |
51 | SSL_SESSION_new.3 \ | 51 | SSL_SESSION_new.3 \ |
52 | SSL_SESSION_print.3 \ | ||
52 | SSL_accept.3 \ | 53 | SSL_accept.3 \ |
53 | SSL_alert_type_string.3 \ | 54 | SSL_alert_type_string.3 \ |
54 | SSL_clear.3 \ | 55 | SSL_clear.3 \ |