diff options
| author | schwarze <> | 2017-08-21 10:10:25 +0000 |
|---|---|---|
| committer | schwarze <> | 2017-08-21 10:10:25 +0000 |
| commit | 25b90c39d71447607219afa9b3783937438e27cf (patch) | |
| tree | 68c9943062ea1e94cde233db729ced4b37060548 /src/lib/libssl/man/Makefile | |
| parent | 953dc38b3613f8cc7b2eef7c7ba7ac572373dfba (diff) | |
| download | openbsd-25b90c39d71447607219afa9b3783937438e27cf.tar.gz openbsd-25b90c39d71447607219afa9b3783937438e27cf.tar.bz2 openbsd-25b90c39d71447607219afa9b3783937438e27cf.zip | |
import SSL_export_keying_material(3) from OpenSSL
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 ab11293d1c..96daeb8975 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.58 2017/08/19 23:45:10 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.59 2017/08/21 10:10:25 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -65,6 +65,7 @@ MAN = BIO_f_ssl.3 \ | |||
| 65 | SSL_do_handshake.3 \ | 65 | SSL_do_handshake.3 \ |
| 66 | SSL_dup.3 \ | 66 | SSL_dup.3 \ |
| 67 | SSL_dup_CA_list.3 \ | 67 | SSL_dup_CA_list.3 \ |
| 68 | SSL_export_keying_material.3 \ | ||
| 68 | SSL_free.3 \ | 69 | SSL_free.3 \ |
| 69 | SSL_get_SSL_CTX.3 \ | 70 | SSL_get_SSL_CTX.3 \ |
| 70 | SSL_get_certificate.3 \ | 71 | SSL_get_certificate.3 \ |
