summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-06-02 23:19:56 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-06-02 23:19:56 +0000
commit1aaeaf8a3db2e0cb461fd0c1c6e5756ae238f0f7 (patch)
tree84e9e3a64153651f7fef2b339dc3750d81f6ee00 /doc
parent5d6c4985d1ae7f2a036429ad3ace3d4161a94280 (diff)
Use correct name for config file env variable.
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/OPENSSL_config.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/OPENSSL_config.pod b/doc/crypto/OPENSSL_config.pod
index 16600620cc..e7bba2aaca 100644
--- a/doc/crypto/OPENSSL_config.pod
+++ b/doc/crypto/OPENSSL_config.pod
@@ -35,7 +35,7 @@ calls OPENSSL_add_all_algorithms() by compiling an application with the
preprocessor symbol B<OPENSSL_LOAD_CONF> #define'd. In this way configuration
can be added without source changes.
-The environment variable B<OPENSSL_CONFIG> can be set to specify the location
+The environment variable B<OPENSSL_CONF> can be set to specify the location
of the configuration file.
Currently ASN1 OBJECTs and ENGINE configuration can be performed future