Hi, On 28.03.2012 16:27, Jean-Louis 'Hans' Fuchs wrote:
HelloI am working on an OpenSolaris build for Adfinis SyGroup. The method signature of SerfSession::verifySerfCertificateChain is not consistent In main/ucb/source/ucp/webdav/SerfSession.hxx: apr_status_t verifySerfCertificateChain ( int nFailures, const char** pCertificateChainBase64Encoded, int nCertificateChainLength); In main/ucb/source/ucp/webdav/SerfSession.cxx apr_status_t SerfSession::verifySerfCertificateChain ( int, const char** pCertificateChainBase64Encoded, const int nCertificateChainLength) The const in the third argument in the cxx should IMO be removed. The solaris studio compiler fails because of that.
Thx for the catch. I will adjust the code accordingly. Best regards, Oliver.
