CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/05/07 14:00:03
Modified files:
telephony/pjsua: Makefile
Added files:
telephony/pjsua/patches: patch-pjlib_src_pj_ssl_sock_ossl_c
Log message:
telephony/pjsua: fix upcoming build breakage
SSL_CIPHER_get_id() and SSL_set_options() have always been available
in LibreSSL. The redefinition of SSL_CIPHER_get_id() will cause build
breakage once SSL_CIPHER will be made opaque in libssl.
ok sthen
