提交 b76998b8 编写于 作者: R Rich Salz 提交者: Rich Salz

Fix build; ssltest

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 5bb9e2b4
......@@ -207,8 +207,8 @@
# include OPENSSL_UNISTD
#endif
SSL_CTX *s_ctx = NULL;
SSL_CTX *s_ctx2 = NULL;
static SSL_CTX *s_ctx = NULL;
static SSL_CTX *s_ctx2 = NULL;
/*
* There is really no standard for this, so let's assign something
......@@ -1626,7 +1626,7 @@ int main(int argc, char *argv[])
rv = SSL_CONF_cmd(c_cctx, arg, argn);
/* If not recognised use server context */
if (rv == -2) {
SSL_CONF_cmd(s_cctx2, arg, argn);
(void)SSL_CONF_cmd(s_cctx2, arg, argn);
rv = SSL_CONF_cmd(s_cctx, arg, argn);
}
if (rv <= 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册