提交 5e72fb06 编写于 作者: D Dr. Stephen Henson

Stop bogus shadowing warning.

上级 2dc08d5f
......@@ -590,9 +590,9 @@ static long conn_ctrl(BIO *b, int cmd, long num, void *ptr)
break;
case BIO_CTRL_GET_CALLBACK:
{
int (**fptr)(const BIO *bio,int state,int ret);
int (**fptr)(const BIO *bio,int state,int xret);
fptr=(int (**)(const BIO *bio,int state,int ret))ptr;
fptr=(int (**)(const BIO *bio,int state,int xret))ptr;
*fptr=data->info_callback;
}
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册