aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-04-14 21:43:02 +0000
committerBodo Möller <bodo@openssl.org>1999-04-14 21:43:02 +0000
commit9e7bd9b5fe13de8331a6317ceea3c96e60596b07 (patch)
tree6f0638ee6b6ff582067a31ba8e9e8020972e0862 /ssl/ssl_ciph.c
parentf0f1b4e400ddbd8155a074ea74e7edbb32cb2d17 (diff)
downloadopenssl-9e7bd9b5fe13de8331a6317ceea3c96e60596b07.tar.gz
Make Windows compilers happy.
Submitted by:Tom Titchener Reviewed by: PR:
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;
{