mirror of
https://github.com/openssl/openssl.git
synced 2025-02-11 14:22:43 +08:00
Make Windows compilers happy.
Submitted by:Tom Titchener Reviewed by: PR:
This commit is contained in:
parent
f0f1b4e400
commit
9e7bd9b5fe
@ -36,7 +36,7 @@ LIBOBJ= bio_lib.o bio_cb.o $(ERRC).o \
|
|||||||
SRC= $(LIBSRC)
|
SRC= $(LIBSRC)
|
||||||
|
|
||||||
EXHEADER= bio.h
|
EXHEADER= bio.h
|
||||||
HEADER= $(EXHEADER)
|
HEADER= bss_file.c $(EXHEADER)
|
||||||
|
|
||||||
ALL= $(GENERAL) $(SRC) $(HEADER)
|
ALL= $(GENERAL) $(SRC) $(HEADER)
|
||||||
|
|
||||||
|
@ -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)
|
static int sk_comp_cmp(a,b)
|
||||||
SSL_COMP **a,**b;
|
SSL_COMP **a,**b;
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user