Kaydet (Commit) 1a52eb4e authored tarafından Oliver-Rainer Wittmann's avatar Oliver-Rainer Wittmann

correct method signature - (author: Jean-Louis 'Hans' Fuchs <jean-louis.fuchs@adfinis-sygroup.ch>)

üst e9e05811
...@@ -368,7 +368,7 @@ namespace { ...@@ -368,7 +368,7 @@ namespace {
apr_status_t SerfSession::verifySerfCertificateChain ( apr_status_t SerfSession::verifySerfCertificateChain (
int, int,
const char** pCertificateChainBase64Encoded, const char** pCertificateChainBase64Encoded,
const int nCertificateChainLength) int nCertificateChainLength)
{ {
// Check arguments. // Check arguments.
if (pCertificateChainBase64Encoded == NULL || nCertificateChainLength<=0) if (pCertificateChainBase64Encoded == NULL || nCertificateChainLength<=0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment