I have released several broker plugins that depend on a version of OpenSSL that is much newer than the one included with Zorro via DLL. (libeay32.dll and ssleay32.dll have a timestamps from 2016.)

This means that when I release newer plugin files that need websockets, they always depend on a much newer version of OpenSSL, and therefore, I have to release a bloated plugin with its own copy of the updated OpenSSL.

If Zorro updated the OpenSSL DLLs, and maybe a zip file with header files and lib files for linking, I wouldn't have to submit bloated broker plugin DLLs.

Is this a possibility? (I understand that curl depends on OpenSSL.)