...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
