Make Windows compilers happy.
authorBodo Möller <bodo@openssl.org>
Wed, 14 Apr 1999 21:43:02 +0000 (21:43 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 14 Apr 1999 21:43:02 +0000 (21:43 +0000)
Submitted by:Tom Titchener
Reviewed by:
PR:

crypto/bio/Makefile.ssl
ssl/ssl_ciph.c

index 4afc36042f064fd4ebf39985c3ee3db8f50f2c5c..de03f53264fd8671a26538219fdaa36d618ff5a6 100644 (file)
@@ -36,7 +36,7 @@ LIBOBJ= bio_lib.o bio_cb.o $(ERRC).o \
 SRC= $(LIBSRC)
 
 EXHEADER= bio.h
 SRC= $(LIBSRC)
 
 EXHEADER= bio.h
-HEADER=        $(EXHEADER)
+HEADER=        bss_file.c $(EXHEADER)
 
 ALL=    $(GENERAL) $(SRC) $(HEADER)
 
 
 ALL=    $(GENERAL) $(SRC) $(HEADER)
 
index 55c3fd06bb2605376b2b6d70c2ebdb68a88e6bca..baf16deb11302c0c238c72533148b51ff4a2b33e 100644 (file)
@@ -812,6 +812,10 @@ int n;
        return(NULL);
        }
 
        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;
        {
 static int sk_comp_cmp(a,b)
 SSL_COMP **a,**b;
        {