fixed typo

This commit is contained in:
orignal 2014-12-17 11:42:16 -05:00
parent 25ccfef4b0
commit 84235fe479

View file

@ -372,7 +372,7 @@ namespace data
else
nextInd = 0;
}
return s;
return false;
}
const char CERTIFICATE_HEADER[] = "-----BEGIN CERTIFICATE-----";