提交 821244cf 编写于 作者: D Dr. Stephen Henson

clarify docs

上级 edb128ce
...@@ -246,9 +246,9 @@ commands. ...@@ -246,9 +246,9 @@ commands.
Applications can also use SSL_CTX_cmd() to process command lines though the Applications can also use SSL_CTX_cmd() to process command lines though the
utility function SSL_CTX_cmd_argv() is normally used instead. One way utility function SSL_CTX_cmd_argv() is normally used instead. One way
to do this is to check for an initial prefix ("-", "--" or "--ssl-" for example) to do this is to set the prefix to an appropriate value using
on a command argument and pass the rest to B<cmd>. The following argument SSL_CONF_CTX_set1_prefix(), pass the current argument to B<cmd> and the
is passed to B<value> (which may be NULL). following argument to B<value> (which may be NULL).
In this case if the return value is positive then it is used to skip that In this case if the return value is positive then it is used to skip that
number of arguments as they have been processed by SSL_CTX_cmd(). If -2 is number of arguments as they have been processed by SSL_CTX_cmd(). If -2 is
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册