Commit 28db3401 authored by Ben Laurie's avatar Ben Laurie
Browse files

Just use an ANSI declaration, instead.

parent c1cf1eec
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -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);
	}