diff options
| author | schwarze <> | 2018-03-17 18:52:42 +0000 |
|---|---|---|
| committer | schwarze <> | 2018-03-17 18:52:42 +0000 |
| commit | 1df6e36c9d7eff0320ef36b1b8f08614c168f15f (patch) | |
| tree | b78b9cffdc705671413f909986fcefbd779b7c4b /src/lib/libssl/man/Makefile | |
| parent | 6f8df959b6c5413c67db6629ba3ad7806ac55138 (diff) | |
| download | openbsd-1df6e36c9d7eff0320ef36b1b8f08614c168f15f.tar.gz openbsd-1df6e36c9d7eff0320ef36b1b8f08614c168f15f.tar.bz2 openbsd-1df6e36c9d7eff0320ef36b1b8f08614c168f15f.zip | |
In crypto.h rev. 1.43 and ssl.h rev. 1.153 2018/03/17 16:20:01, beck@
provided OPENSSL_init_crypto(3) and OPENSSL_init_ssl(3).
Write the documentation from scratch
because the text OpenSSL provides is full of bloat.
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 d5141811e7..375e5fba2b 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile | |||
| @@ -1,9 +1,10 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.64 2018/03/17 18:19:49 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.65 2018/03/17 18:52:42 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 | OPENSSL_init_ssl.3 \ | ||
| 7 | PEM_read_SSL_SESSION.3 \ | 8 | PEM_read_SSL_SESSION.3 \ |
| 8 | SSL_CIPHER_get_name.3 \ | 9 | SSL_CIPHER_get_name.3 \ |
| 9 | SSL_COMP_add_compression_method.3 \ | 10 | SSL_COMP_add_compression_method.3 \ |
