Require at least OpenSSL 1.0.1g or 1.0.2j and later (RIPD-1331)

This commit is contained in:
Nik Bougalis
2016-11-21 15:51:14 -08:00
parent a0a4eedc27
commit b00b81a861
5 changed files with 57 additions and 60 deletions

View File

@@ -157,7 +157,7 @@ SemanticVersion::SemanticVersion (std::string const& version)
throw std::invalid_argument ("invalid version string");
}
bool SemanticVersion::parse (std::string const& input, bool debug)
bool SemanticVersion::parse (std::string const& input)
{
// May not have leading or trailing whitespace
auto left_iter = std::find_if_not (input.begin (), input.end (),