Loading CHANGES +3 −0 Original line number Original line Diff line number Diff line Loading @@ -5,6 +5,9 @@ Changes between 0.9.1c and 0.9.2 Changes between 0.9.1c and 0.9.2 *) Don't install bss_file.c under PREFIX/include/ [Lennart Bong <lob@kulthea.stacken.kth.se>] *) Get the Win32 compile working again. Modify mkdef.pl so it can handle *) Get the Win32 compile working again. Modify mkdef.pl so it can handle functions that return function pointers and has support for NT specific functions that return function pointers and has support for NT specific stuff. Fix mk1mf.pl and VC-32.pl to support NT differences also. Various stuff. Fix mk1mf.pl and VC-32.pl to support NT differences also. Various Loading crypto/bio/Makefile.ssl +2 −2 Original line number Original line Diff line number Diff line Loading @@ -35,7 +35,7 @@ LIBOBJ= bio_lib.o bio_cb.o $(ERRC).o \ SRC= $(LIBSRC) SRC= $(LIBSRC) EXHEADER= bio.h bss_file.c EXHEADER= bio.h HEADER= $(EXHEADER) HEADER= $(EXHEADER) ALL= $(GENERAL) $(SRC) $(HEADER) ALL= $(GENERAL) $(SRC) $(HEADER) Loading @@ -61,7 +61,7 @@ links: $(TOP)/util/mklink.sh ../../apps $(APPS) $(TOP)/util/mklink.sh ../../apps $(APPS) install: install: @for i in $(EXHEADER) bss_file.c ; \ @for i in $(EXHEADER); \ do \ do \ (cp $$i $(INSTALLTOP)/include/$$i; \ (cp $$i $(INSTALLTOP)/include/$$i; \ chmod 644 $(INSTALLTOP)/include/$$i ); \ chmod 644 $(INSTALLTOP)/include/$$i ); \ Loading Loading
CHANGES +3 −0 Original line number Original line Diff line number Diff line Loading @@ -5,6 +5,9 @@ Changes between 0.9.1c and 0.9.2 Changes between 0.9.1c and 0.9.2 *) Don't install bss_file.c under PREFIX/include/ [Lennart Bong <lob@kulthea.stacken.kth.se>] *) Get the Win32 compile working again. Modify mkdef.pl so it can handle *) Get the Win32 compile working again. Modify mkdef.pl so it can handle functions that return function pointers and has support for NT specific functions that return function pointers and has support for NT specific stuff. Fix mk1mf.pl and VC-32.pl to support NT differences also. Various stuff. Fix mk1mf.pl and VC-32.pl to support NT differences also. Various Loading
crypto/bio/Makefile.ssl +2 −2 Original line number Original line Diff line number Diff line Loading @@ -35,7 +35,7 @@ LIBOBJ= bio_lib.o bio_cb.o $(ERRC).o \ SRC= $(LIBSRC) SRC= $(LIBSRC) EXHEADER= bio.h bss_file.c EXHEADER= bio.h HEADER= $(EXHEADER) HEADER= $(EXHEADER) ALL= $(GENERAL) $(SRC) $(HEADER) ALL= $(GENERAL) $(SRC) $(HEADER) Loading @@ -61,7 +61,7 @@ links: $(TOP)/util/mklink.sh ../../apps $(APPS) $(TOP)/util/mklink.sh ../../apps $(APPS) install: install: @for i in $(EXHEADER) bss_file.c ; \ @for i in $(EXHEADER); \ do \ do \ (cp $$i $(INSTALLTOP)/include/$$i; \ (cp $$i $(INSTALLTOP)/include/$$i; \ chmod 644 $(INSTALLTOP)/include/$$i ); \ chmod 644 $(INSTALLTOP)/include/$$i ); \ Loading