| Index: third_party/tlslite/tlslite/utils/python_rsakey.py
|
| diff --git a/third_party/tlslite/tlslite/utils/python_rsakey.py b/third_party/tlslite/tlslite/utils/python_rsakey.py
|
| index 8b210847f49ce99d95ccb640d0dae72786a92f51..1281f1dc899ce9205b396c336aec8b3a79ecb091 100644
|
| --- a/third_party/tlslite/tlslite/utils/python_rsakey.py
|
| +++ b/third_party/tlslite/tlslite/utils/python_rsakey.py
|
| @@ -84,8 +84,7 @@ class Python_RSAKey(RSAKey):
|
| generate = staticmethod(generate)
|
|
|
| def parsePEM(s, passwordCallback=None):
|
| - """Parse a string containing a <privateKey> or <publicKey>, or
|
| - PEM-encoded key."""
|
| + """Parse a string containing a PEM-encoded <privateKey>."""
|
|
|
| if pemSniff(s, "PRIVATE KEY"):
|
| bytes = dePem(s, "PRIVATE KEY")
|
|
|