Richard Levitte 9c8fd367c4 (almost) recent changes from 0.9.6-stable. 22 years ago
..
.cvsignore 8d5c834b34 Merg in latest changes from 0.9.6-stable. 23 years ago
.rnd 15403de6ca Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 26 years ago
16all.bat ac63f88790 Changes from the 0.9.6-stable branch. 24 years ago
32all.bat ac63f88790 Changes from the 0.9.6-stable branch. 24 years ago
README d02b48c63a Import of old SSLeay release: SSLeay 0.8.1b 26 years ago
bcb4.bat 75fa9917d0 mk1mf.pl syntax has been changed. 26 years ago
certCA.srl dfeab0689f Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 26 years ago
certCA.ss dfeab0689f Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 26 years ago
certU.ss dfeab0689f Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 26 years ago
cmp.pl d02b48c63a Import of old SSLeay release: SSLeay 0.8.1b 26 years ago
do_masm.bat 8b98de6653 Merge in the latest chanegs from 0.9.6-stable. 22 years ago
do_ms.bat a74c55cd8f Various Win32 fixes. Change args in do_ms.bat to put platform last. Fix 26 years ago
do_nasm.bat 8b98de6653 Merge in the latest chanegs from 0.9.6-stable. 22 years ago
do_nt.bat 0dc42a1e74 Fixup do_nt.bat for new mk1mf arg order. 26 years ago
keyCA.ss dfeab0689f Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 26 years ago
keyU.ss dfeab0689f Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 26 years ago
mingw32.bat 47dc5a1321 Merge from main trunk. 24 years ago
mw.bat 748365eed7 More consistency. 25 years ago
req2CA.ss dfeab0689f Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 26 years ago
reqCA.ss dfeab0689f Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 26 years ago
reqU.ss dfeab0689f Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 26 years ago
speed16.bat d02b48c63a Import of old SSLeay release: SSLeay 0.8.1b 26 years ago
speed32.bat d02b48c63a Import of old SSLeay release: SSLeay 0.8.1b 26 years ago
tenc.bat d4d2f98c59 Comment out two unimplemented functions from bio.h. Attempt to get the 26 years ago
test.bat 3d4bb90138 Merge in the 0.9.6-stable branch once more and hope for better 24 years ago
testenc.bat 9c8fd367c4 (almost) recent changes from 0.9.6-stable. 22 years ago
testpem.bat 9c8fd367c4 (almost) recent changes from 0.9.6-stable. 22 years ago
testss.bat 9c8fd367c4 (almost) recent changes from 0.9.6-stable. 22 years ago
tlhelp32.h fc55bf3b20 tlhelp32.h is currently missing in Mingw32 (release 2.95.2 and 2.95.2-1) 24 years ago
tpem.bat d4d2f98c59 Comment out two unimplemented functions from bio.h. Attempt to get the 26 years ago
x86asm.bat bbdb543844 More NASM support code it still doesn't work but it doesn't work less than it 25 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-MSDOS no-sock >ms/msdos.mak
perl util\mk1mf.pl VC-W31-32 >ms/w31.mak
perl util\mk1mf.pl VC-W31-32 dll >ms/w31dll.mak
perl util\mk1mf.pl VC-NT >ms/nt.mak
perl util\mk1mf.pl VC-NT dll >ms/ntdll.mak

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