diff options
author | schwarze <> | 2018-02-18 22:18:59 +0000 |
---|---|---|
committer | schwarze <> | 2018-02-18 22:18:59 +0000 |
commit | c9bcd09e602950a5943cd8274f7d5a8ce842a99f (patch) | |
tree | 84e96d1dacb3bc8cdfaec0e2177e71b4f9f2ce08 /src/lib/libssl/man/Makefile | |
parent | 689c61a86df17ce8778a973d39e4ce5b482c51e3 (diff) | |
download | openbsd-c9bcd09e602950a5943cd8274f7d5a8ce842a99f.tar.gz openbsd-c9bcd09e602950a5943cd8274f7d5a8ce842a99f.tar.bz2 openbsd-c9bcd09e602950a5943cd8274f7d5a8ce842a99f.zip |
In ssl.h rev. 1.138 2018/02/17 15:13:12, jsing@ provided
SSL_CTX_get0_certificate(3). It is public in OpenSSL, too,
but OpenSSL has no documentation, so write some from scratch.
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 96daeb8975..963e1037e9 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.59 2017/08/21 10:10:25 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.60 2018/02/18 22:18:59 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -14,6 +14,7 @@ MAN = BIO_f_ssl.3 \ | |||
14 | SSL_CTX_free.3 \ | 14 | SSL_CTX_free.3 \ |
15 | SSL_CTX_get_ex_new_index.3 \ | 15 | SSL_CTX_get_ex_new_index.3 \ |
16 | SSL_CTX_get_verify_mode.3 \ | 16 | SSL_CTX_get_verify_mode.3 \ |
17 | SSL_CTX_get0_certificate.3 \ | ||
17 | SSL_CTX_load_verify_locations.3 \ | 18 | SSL_CTX_load_verify_locations.3 \ |
18 | SSL_CTX_new.3 \ | 19 | SSL_CTX_new.3 \ |
19 | SSL_CTX_sess_number.3 \ | 20 | SSL_CTX_sess_number.3 \ |