Loading crypto/bio/Makefile.ssl +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading ssl/ssl_ciph.c +4 −0 Original line number Diff line number Diff line Loading @@ -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; { Loading Loading
crypto/bio/Makefile.ssl +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading
ssl/ssl_ciph.c +4 −0 Original line number Diff line number Diff line Loading @@ -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; { Loading