LGTM On Thu, Oct 8, 2015 at 12:50 PM 'Klaus Aehlig' via ganeti-devel < [email protected]> wrote:
> ...and do not insist on a slash to separate further information. > For BoringSSL, the version tuple can contain just the plain string > "BoringSSL". > > Signed-off-by: Klaus Aehlig <[email protected]> > --- > lib/rapi/client.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/rapi/client.py b/lib/rapi/client.py > index 186aff6..ffd997e 100644 > --- a/lib/rapi/client.py > +++ b/lib/rapi/client.py > @@ -337,7 +337,7 @@ def GenericCurlConfig(verbose=False, use_signal=False, > if capath: > raise Error("cURL linked against GnuTLS has no support for a" > " CA path (%s)" % (pycurl.version, )) > - elif lcsslver.startswith("boringssl/"): > + elif lcsslver.startswith("boringssl"): > pass > else: > raise NotImplementedError("cURL uses unsupported SSL version '%s'" % > -- > 2.6.0.rc2.230.g3dd15c0 > > -- Lisa Velden Software Engineer [email protected] Google Germany GmbH Dienerstraße 12 80331 München Geschäftsführer: Matthew Scott Sucherman, Paul Terence Manicle Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg
