Another bug.
[openssl.git] / ssl / ssl_ciph.c
index 55c3fd06bb2605376b2b6d70c2ebdb68a88e6bca..f53d688d89c504477e3fa4d9b665218e01a02e79 100644 (file)
@@ -812,8 +812,7 @@ int n;
        return(NULL);
        }
 
-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);
        }