提交 28db3401 编写于 作者: B Ben Laurie

Just use an ANSI declaration, instead.

上级 c1cf1eec
...@@ -812,12 +812,7 @@ int n; ...@@ -812,12 +812,7 @@ int n;
return(NULL); return(NULL);
} }
#ifndef NOPROTO static int sk_comp_cmp(SSL_COMP **a,SSL_COMP **b)
static int sk_comp_cmp(SSL_COMP **a,SSL_COMP **b);
#endif
static int sk_comp_cmp(a,b)
SSL_COMP **a,**b;
{ {
return((*a)->id-(*b)->id); return((*a)->id-(*b)->id);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册