You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dr. Stephen Henson d4f0339c66 Update from 1.0.0-stable. 14 years ago
..
.cvsignore Add emacs cache files to .cvsignore. 18 years ago
.rnd Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 25 years ago
32all.bat It is a good thing to prepare the .def files. 22 years ago
README Keep disclaming 16-bit support. 18 years ago
applink.c Improve cross-compiler portability of applink.c module and mention 18 years ago
bcb4.bat mk1mf.pl syntax has been changed. 24 years ago
certCA.srl Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 25 years ago
certCA.ss Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 25 years ago
certU.ss Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 25 years ago
cmp.pl Import of old SSLeay release: SSLeay 0.8.1b 25 years ago
do_ms.bat Update from 1.0.0-stable. 14 years ago
do_nasm.bat Experimental support for import of more options from Configure 15 years ago
do_nt.bat Fixup do_nt.bat for new mk1mf arg order. 24 years ago
do_win64a.bat Pull up Win64 support from 0.9.8. 18 years ago
do_win64i.bat Pull up Win64 support from 0.9.8. 18 years ago
keyCA.ss Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 25 years ago
keyU.ss Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 25 years ago
mingw32.bat Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 15 years ago
mw.bat Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 15 years ago
req2CA.ss Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 25 years ago
reqCA.ss Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 25 years ago
reqU.ss Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 25 years ago
speed32.bat Import of old SSLeay release: SSLeay 0.8.1b 25 years ago
tenc.bat Comment out two unimplemented functions from bio.h. Attempt to get the 24 years ago
tencce.bat WinCE patches 21 years ago
test.bat Fix from stable branch. 15 years ago
testce.bat WinCE patches 21 years ago
testce2.bat WinCE patches 21 years ago
testenc.bat Make the Windows test scripts consistent in their echoing 21 years ago
testencce.bat WinCE patches 21 years ago
testpem.bat Make the Windows test scripts consistent in their echoing 21 years ago
testpemce.bat WinCE patches 21 years ago
testss.bat Address run-time linker problems: LD_PRELOAD issue on multi-ABI platforms 18 years ago
testssce.bat WinCE patches 21 years ago
tlhelp32.h tlhelp32.h is currently missing in Mingw32 (release 2.95.2 and 2.95.2-1) 23 years ago
tpem.bat Comment out two unimplemented functions from bio.h. Attempt to get the 24 years ago
tpemce.bat WinCE patches 21 years ago
uplink-common.pl Split ms/uplink.pl to corresponding platform versions. 15 years ago
uplink-ia64.pl Split ms/uplink.pl to corresponding platform versions. 15 years ago
uplink-x86.pl Split ms/uplink.pl to corresponding platform versions. 15 years ago
uplink-x86_64.pl x86_64 assembler pack: add support for Win64 SEH. 14 years ago
uplink.c Race condition in ms/uplink.c. 17 years ago
uplink.h OPENSSL_Applink update. 18 years ago
uplink.pl Platform update from 8-stable. 18 years ago
x86asm.bat More NASM support code it still doesn't work but it doesn't work less than it 24 years ago

README

Run these makefiles from the top level as in
nmake -f ms\makefilename
to build with visual C++ 4.[01].

The results will be in the out directory.

These makefiles and def files were generated my typing

perl util\mk1mf.pl VC-NT >ms/nt.mak
perl util\mk1mf.pl VC-NT dll >ms/ntdll.mak

perl util\mkdef.pl 32 crypto > ms/crypto32.def
perl util\mkdef.pl 32 ssl > ms/ssl32.def