openwrt / telephony

The telephony packages feed
104 stars 240 forks source link

rtpengine: update libwebsockets dependency #797

Closed micmac1 closed 1 year ago

micmac1 commented 1 year ago

The rtpengine daemon requires lws_get_ssl(). This function is not available in libwebsockets-mbedtls. This commit updates the dependency to libwebsockets-openssl.

Signed-off-by: Sebastian Kemper sebastian_ml@gmx.net

Maintainer: me & @jslachta Compile tested: sdk ath79 Run tested: 22.03 with libwebsockets-full, but that should be the same as libwebsockets-openssl as far as lws_get_ssl() is concerned.

Description: Update dependency as per #796

jslachta commented 1 year ago

👍