diff options
| author | schwarze <> | 2018-03-17 18:52:42 +0000 |
|---|---|---|
| committer | schwarze <> | 2018-03-17 18:52:42 +0000 |
| commit | cb02e901e4a7f012208b20f25ac65324c466f86c (patch) | |
| tree | b78b9cffdc705671413f909986fcefbd779b7c4b /src/lib/libcrypto/man/Makefile | |
| parent | 91837b260d5d83bde0c301289677be6220f79b59 (diff) | |
| download | openbsd-cb02e901e4a7f012208b20f25ac65324c466f86c.tar.gz openbsd-cb02e901e4a7f012208b20f25ac65324c466f86c.tar.bz2 openbsd-cb02e901e4a7f012208b20f25ac65324c466f86c.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/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 58b3cc2847..8d2e242f31 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.136 2018/03/01 19:20:09 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.137 2018/03/17 18:52:42 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -155,6 +155,7 @@ MAN= \ | |||
| 155 | OPENSSL_VERSION_NUMBER.3 \ | 155 | OPENSSL_VERSION_NUMBER.3 \ |
| 156 | OPENSSL_cleanse.3 \ | 156 | OPENSSL_cleanse.3 \ |
| 157 | OPENSSL_config.3 \ | 157 | OPENSSL_config.3 \ |
| 158 | OPENSSL_init_crypto.3 \ | ||
| 158 | OPENSSL_load_builtin_modules.3 \ | 159 | OPENSSL_load_builtin_modules.3 \ |
| 159 | OPENSSL_malloc.3 \ | 160 | OPENSSL_malloc.3 \ |
| 160 | OPENSSL_sk_new.3 \ | 161 | OPENSSL_sk_new.3 \ |
