X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=doc%2Fapps%2Fconfig.pod;fp=doc%2Fapps%2Fconfig.pod;h=9547bc53bb80e64d00076f66ee12e71bdf629b4d;hb=35cb565a9b3bb198d286e9e07897af8e774cb0b4;hp=e238e15125500f38adb29561bc51e6d2526f869b;hpb=e61434b427f00504859e9e01461fd8dc39700837;p=openssl.git diff --git a/doc/apps/config.pod b/doc/apps/config.pod index e238e15125..9547bc53bb 100644 --- a/doc/apps/config.pod +++ b/doc/apps/config.pod @@ -47,7 +47,7 @@ or B<${section::name}>. By using the form B<$ENV::name> environment variables can be substituted. It is also possible to assign values to environment variables by using the name B, this will work if the program looks up environment variables using the B library -instead of calling B directly. +instead of calling getenv() directly. It is possible to escape certain characters by using any kind of quote or the B<\> character. By making the last character of a line a B<\> @@ -165,7 +165,7 @@ then an attempt will be made to initialize the ENGINE after all commands in its section have been processed. The command B sets the default algorithms an ENGINE will -supply using the functions B +supply using the functions ENGINE_set_default_string(). If the name matches none of the above command names it is assumed to be a ctrl command which is sent to the ENGINE. The value of the command is the