From 1df6e36c9d7eff0320ef36b1b8f08614c168f15f Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 17 Mar 2018 18:52:42 +0000 Subject: 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. --- src/lib/libcrypto/man/CONF_modules_load_file.3 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/man/CONF_modules_load_file.3') diff --git a/src/lib/libcrypto/man/CONF_modules_load_file.3 b/src/lib/libcrypto/man/CONF_modules_load_file.3 index 620787b4f1..c3cc89adf3 100644 --- a/src/lib/libcrypto/man/CONF_modules_load_file.3 +++ b/src/lib/libcrypto/man/CONF_modules_load_file.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: CONF_modules_load_file.3,v 1.5 2016/12/11 18:06:09 schwarze Exp $ +.\" $OpenBSD: CONF_modules_load_file.3,v 1.6 2018/03/17 18:52:42 schwarze Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Dr. Stephen Henson . @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 11 2016 $ +.Dd $Mdocdate: March 17 2018 $ .Dt CONF_MODULES_LOAD_FILE 3 .Os .Sh NAME @@ -219,7 +219,8 @@ if (fp == NULL) { .Sh SEE ALSO .Xr CONF_modules_free 3 , .Xr ERR 3 , -.Xr OPENSSL_config 3 +.Xr OPENSSL_config 3 , +.Xr OPENSSL_init_crypto 3 .Sh HISTORY .Fn CONF_modules_load_file and -- cgit v1.2.3-55-g6feb