TLS package: static or dynamic linking?



Hi everyone,
I noticed a difference in TLS package bundles in ActiveTcl 64 and 32 bit - the 32bit one has only tls161.dll library which is quite big (around 1 Mb) whereas 64bit one has rather small tls161.dll (~30 Kb) but it also includes libeay32 and ssleay libs, which are dependencies for the main TLS dll. So I guessed 32bit and 64 bit libraries are statically and dynamically linked respectively and I wonder why is it this way.
I have a 32bit Tcl application that already includes ssleay/libeay libraries and now it's required to use TLS package in it, but now it seems it will lead to unnecessary overhead in the app size. Is there any way to have 32bit TLS dynamically linked just like its 64bit version?

--
With best reargs, Eugene.
.