From dd8a1f2016d9d307e3bf017b20e4c08beadd5ee1 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 14 Jun 2016 12:35:26 -0400 Subject: [PATCH] RT4562: Backport doc fix. Reviewed-by: Matt Caswell --- doc/crypto/OPENSSL_config.pod | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/crypto/OPENSSL_config.pod b/doc/crypto/OPENSSL_config.pod index 2d25b26695..4e713653d0 100644 --- a/doc/crypto/OPENSSL_config.pod +++ b/doc/crypto/OPENSSL_config.pod @@ -8,15 +8,14 @@ OPENSSL_config, OPENSSL_no_config - simple OpenSSL configuration functions #include - void OPENSSL_config(const char *config_name); + void OPENSSL_config(const char *appname); void OPENSSL_no_config(void); =head1 DESCRIPTION -OPENSSL_config() configures OpenSSL using the standard B -configuration file name using B. If B is NULL then -the file specified in the environment variable B will be used, -and if that is not set then a system default location is used. +OPENSSL_config() configures OpenSSL using the standard B and +reads from the application section B. If B is NULL then +the default section, B, will be used. Errors are silently ignored. Multiple calls have no effect. -- 2.40.0