aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/ssl_ciph.c')
-rw-r--r--ssl/ssl_ciph.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c
index 55c3fd06bb..baf16deb11 100644
--- a/ssl/ssl_ciph.c
+++ b/ssl/ssl_ciph.c
@@ -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;
{