Ryo Okubo created TS-2921:
-----------------------------
Summary: Build failure is caused by mismatching types
Key: TS-2921
URL: https://issues.apache.org/jira/browse/TS-2921
Project: Traffic Server
Issue Type: Bug
Components: Build
Reporter: Ryo Okubo
After modification of TS-2893 merged, build failure is occured as below log.
{noformat}
SSLUtils.cc: In function 'SSL_CTX* SSLInitServerContext(const SSLConfigParams*,
const ssl_user_config&)':
SSLUtils.cc:976: error: operands to ?: have different types 'const xptr<char>'
and 'const char [1]'
SSLUtils.cc:986: warning: too many arguments for format
{noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)