mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Just use an ANSI declaration, instead.
This commit is contained in:
parent
c1cf1eecdb
commit
28db340142
@ -812,12 +812,7 @@ 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;
|
||||
static int sk_comp_cmp(SSL_COMP **a,SSL_COMP **b)
|
||||
{
|
||||
return((*a)->id-(*b)->id);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user