Deleted Added
full compact
72c72
< =item SSL_ERROR_WANT_CONNECT
---
> =item SSL_ERROR_WANT_CONNECT, SSL_ERROR_WANT_ACCEPT
76,78c76,78
< and the call would block in connect(). The SSL function should be
< called again when the connection is established. This messages can only
< appear with a BIO_s_connect() BIO.
---
> and the call would block in connect()/accept(). The SSL function should be
> called again when the connection is established. These messages can only
> appear with a BIO_s_connect() or BIO_s_accept() BIO, respectively.