X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_ciph.c;h=baf16deb11302c0c238c72533148b51ff4a2b33e;hp=55c3fd06bb2605376b2b6d70c2ebdb68a88e6bca;hb=9e7bd9b5fe13de8331a6317ceea3c96e60596b07;hpb=f0f1b4e400ddbd8155a074ea74e7edbb32cb2d17;ds=sidebyside 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; {