There's a big "#if OPENSSL_VERSION_NUMBER >= 0x10100000L" in cdp_tls.c, basically making the whole file empty for older versions.

sp->tls_conn would never be true in do_read() and do_write() if there was no supported openssl, so I didn't find any need to change those functions - until your mod yesterday which included a function defined in cdp_tls.c :)


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/pull/3616/c1778672445@github.com>