From 9e7bd9b5fe13de8331a6317ceea3c96e60596b07 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Wed, 14 Apr 1999 21:43:02 +0000 Subject: [PATCH] Make Windows compilers happy. Submitted by:Tom Titchener Reviewed by: PR: --- crypto/bio/Makefile.ssl | 2 +- ssl/ssl_ciph.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/crypto/bio/Makefile.ssl b/crypto/bio/Makefile.ssl index 4afc36042f..de03f53264 100644 --- a/crypto/bio/Makefile.ssl +++ b/crypto/bio/Makefile.ssl @@ -36,7 +36,7 @@ LIBOBJ= bio_lib.o bio_cb.o $(ERRC).o \ SRC= $(LIBSRC) EXHEADER= bio.h -HEADER= $(EXHEADER) +HEADER= bss_file.c $(EXHEADER) ALL= $(GENERAL) $(SRC) $(HEADER) 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; { -- 2.25.1