davidrg / ckwin

Kermit 95 (C-Kermit for Windows) - scriptable internet and serial communications with terminal emulation
Other
60 stars 15 forks source link

Restore the ability to load OpenSSL at runtime #264

Open davidrg opened 1 month ago

davidrg commented 1 month ago

This is the -DSSLDLL build option. When built like this, SSL features will simply be disabled when OpenSSL couldn't be loaded on startup rather than problems with OpenSSL preventing K95 from starting up at all.

The function prototypes K95 has aren't compatible with OpenSSL 1.x or newer which is the main problem.