Use correct name for config file env variable.

This commit is contained in:
Dr. Stephen Henson 2005-06-02 23:19:56 +00:00
parent 5d6c4985d1
commit 1aaeaf8a3d

View File

@ -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 preprocessor symbol B<OPENSSL_LOAD_CONF> #define'd. In this way configuration
can be added without source changes. 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. of the configuration file.
Currently ASN1 OBJECTs and ENGINE configuration can be performed future Currently ASN1 OBJECTs and ENGINE configuration can be performed future