how can I build tls on Windows?
I have the makefile like bellow:
OPENSSL = ${EXTOP1}/openssl-1.0.0g
all:
unset MAKEFLAGS; nmake /f makefile.vc OPTS=threads OPENSSL=$(OPENSSL) SSL_LIB_DIR=$(OPENSSL)/out32dll TCLDIR=$(EXTOP)/tcl8.5.10 TKDIR=$(EXTOP)/tk8.5.10
and I get the tls163.dll, it just 40K bytes, I download the pre-built one is 699K.
while running test, tclsh85t.exe crashed.
any one can help me? I already set the environments before running make.
Thanks!
I blogged about building TLS at http://www.magicsplat.com/blog/building-openssl-tls/
Might work for you.
/Ashok