Make Windows compilers happy.
[openssl.git] / ssl / ssl_ciph.c
index 55c3fd06bb2605376b2b6d70c2ebdb68a88e6bca..baf16deb11302c0c238c72533148b51ff4a2b33e 100644 (file)
@@ -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;
        {