PJSIP TLS not enable for iPhone

南笙酒味 提交于 2019-12-02 10:37:37

also you need to add the following parameters to your config_site.h.

#define PJ_HAS_SSL_SOCK 1

#define PJSIP_HAS_TLS_TRANSPORT 1

and configure pjsip with --with-openssl=your/opensslDir/path

and then check the log after it finishes configuring.

if you have done everything successfully you will be able to build it without any error. You can make sure the configuration script was able to detect the openssl libraries, it would look like this : opensslSupport

You must build and install OpenSSL for iPhone, then build once again PJSIP libs. More details

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!