diff options
author | schwarze <> | 2016-12-06 18:40:31 +0000 |
---|---|---|
committer | schwarze <> | 2016-12-06 18:40:31 +0000 |
commit | 41a4ac71e6600629e8b16cf1de1d21e268d72079 (patch) | |
tree | 439bdb479a86170bff56d19fcbcda027ed93c940 /src/lib/libssl/man/Makefile | |
parent | 8f392eca07790ee2bdb358c8616d0d9a0ccb47cd (diff) | |
download | openbsd-41a4ac71e6600629e8b16cf1de1d21e268d72079.tar.gz openbsd-41a4ac71e6600629e8b16cf1de1d21e268d72079.tar.bz2 openbsd-41a4ac71e6600629e8b16cf1de1d21e268d72079.zip |
New manual page SSL_SESSION_new(3) written from scratch.
The function prototype is listed in ssl(3) and <openssl/ssl.h>, so
it's clearly a public interface, but OpenSSL has no documentation
about it whatsoever.
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 c2176f1022..a07231f19f 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.44 2016/12/01 21:12:49 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.45 2016/12/06 18:40:31 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -48,6 +48,7 @@ MAN = BIO_f_ssl.3 \ | |||
48 | SSL_SESSION_free.3 \ | 48 | SSL_SESSION_free.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_accept.3 \ | 52 | SSL_accept.3 \ |
52 | SSL_alert_type_string.3 \ | 53 | SSL_alert_type_string.3 \ |
53 | SSL_clear.3 \ | 54 | SSL_clear.3 \ |