提交 8ca8fc48 编写于 作者: M Matt Caswell

Fix compile failure

Fix compile failure introduced by commit 94d61512 due to a typo.
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 30a5f322
......@@ -4466,7 +4466,7 @@ long ssl3_ctx_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp) (void))
#ifndef OPENSSL_NO_DH
case SSL_CTRL_SET_TMP_DH_CB:
{
cxt->cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp;
ctx->cert->dh_tmp_cb = (DH *(*)(SSL *, int, int))fp;
}
break;
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册