Make Windows compilers happy.
Submitted by:Tom Titchener Reviewed by: PR:
This commit is contained in:
@@ -812,6 +812,10 @@ int n;
|
||||
return(NULL);
|
||||
}
|
||||
|
||||
#ifndef NOPROTO
|
||||
static int sk_comp_cmp(SSL_COMP **a,SSL_COMP **b);
|
||||
#endif
|
||||
|
||||
static int sk_comp_cmp(a,b)
|
||||
SSL_COMP **a,**b;
|
||||
{
|
||||
|
Reference in New Issue
Block a user