| Index: third_party/tlslite/tlslite/integration/asyncstatemachine.py
|
| diff --git a/third_party/tlslite/tlslite/integration/asyncstatemachine.py b/third_party/tlslite/tlslite/integration/asyncstatemachine.py
|
| index 01c7efe688ed898bd084fce2726cabe33c3d4336..50a6f4a355c149dafa044876bb05437cac7be51b 100644
|
| --- a/third_party/tlslite/tlslite/integration/asyncstatemachine.py
|
| +++ b/third_party/tlslite/tlslite/integration/asyncstatemachine.py
|
| @@ -1,3 +1,6 @@
|
| +# Author: Trevor Perrin
|
| +# See the LICENSE file for legal information regarding use of this file.
|
| +
|
| """
|
| A state machine for using TLS Lite with asynchronous I/O.
|
| """
|
| @@ -203,7 +206,7 @@ class AsyncStateMachine:
|
| """Start a handshake operation.
|
|
|
| The arguments passed to this function will be forwarded to
|
| - L{tlslite.TLSConnection.TLSConnection.handshakeServerAsync}.
|
| + L{tlslite.tlsconnection.TLSConnection.handshakeServerAsync}.
|
| """
|
| handshaker = self.tlsConnection.handshakeServerAsync(**args)
|
| self.setHandshakeOp(handshaker)
|
|
|