diff options
| author | schwarze <> | 2016-11-28 21:05:21 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-11-28 21:05:21 +0000 |
| commit | 6f1776e9e768206fe7b77ded2ec6edf861b127cb (patch) | |
| tree | 1756aaa3c92b02e567d7beb7ca7e762bc5cdba0f /src/lib/libssl/man/Makefile | |
| parent | 1dda528863c0a37b1c63a70f5e6d716c84ab08c1 (diff) | |
| download | openbsd-6f1776e9e768206fe7b77ded2ec6edf861b127cb.tar.gz openbsd-6f1776e9e768206fe7b77ded2ec6edf861b127cb.tar.bz2 openbsd-6f1776e9e768206fe7b77ded2ec6edf861b127cb.zip | |
The OpenSSL file doc/man3/PEM_read_CMS.pod contains parts belonging
to libcrypto and parts belonging to libssl. Extract the parts
relevant for our libssl and import them with some tweaks.
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 f02d3da424..320177169e 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
| @@ -1,9 +1,10 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.37 2016/11/21 13:52:28 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.38 2016/11/28 21:05:21 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| 5 | MAN = BIO_f_ssl.3 \ | 5 | MAN = BIO_f_ssl.3 \ |
| 6 | DTLSv1_listen.3 \ | 6 | DTLSv1_listen.3 \ |
| 7 | PEM_read_SSL_SESSION.3 \ | ||
| 7 | SSL_CIPHER_get_name.3 \ | 8 | SSL_CIPHER_get_name.3 \ |
| 8 | SSL_COMP_add_compression_method.3 \ | 9 | SSL_COMP_add_compression_method.3 \ |
| 9 | SSL_CTX_add_extra_chain_cert.3 \ | 10 | SSL_CTX_add_extra_chain_cert.3 \ |
