提交 9e7bd9b5 编写于 作者: B Bodo Möller

Make Windows compilers happy.

Submitted by:Tom Titchener
Reviewed by:
PR:
上级 f0f1b4e4
......@@ -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)
......
......@@ -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;
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册