mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Require at least OpenSSL 1.0.1g or 1.0.2j and later (RIPD-1331)
This commit is contained in:
@@ -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 (),
|
||||
|
||||
Reference in New Issue
Block a user