未验证 提交 fbc2d9c8 编写于 作者: J Jim 提交者: GitHub

Merge pull request #2314 from kkartaltepe/tls-continue

librtmp: Allow partial success for mbedtls
...@@ -344,7 +344,7 @@ RTMP_TLS_LoadCerts() { ...@@ -344,7 +344,7 @@ RTMP_TLS_LoadCerts() {
CFRelease(keychain_ref); CFRelease(keychain_ref);
#elif defined(__linux__) #elif defined(__linux__)
if (mbedtls_x509_crt_parse_path(chain, "/etc/ssl/certs/") != 0) { if (mbedtls_x509_crt_parse_path(chain, "/etc/ssl/certs/") < 0) {
goto error; goto error;
} }
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册