diff options
author | 2014-05-04 21:08:16 +0000 | |
---|---|---|
committer | 2014-05-04 21:08:16 +0000 | |
commit | 9c7502242f92ef1771243b24501dd1d095c8af4d (patch) | |
tree | cc8bd730dbe5ba2f92997345293501ae92124f64 /lib/libssl/src/doc/ssl/SSL_accept.pod | |
parent | Factor out the code to set the expiry, renewal and rebinding times for (diff) | |
download | wireguard-openbsd-9c7502242f92ef1771243b24501dd1d095c8af4d.tar.xz wireguard-openbsd-9c7502242f92ef1771243b24501dd1d095c8af4d.zip |
Remove trailing whitespace.
ok jmc@
Diffstat (limited to 'lib/libssl/src/doc/ssl/SSL_accept.pod')
-rw-r--r-- | lib/libssl/src/doc/ssl/SSL_accept.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/doc/ssl/SSL_accept.pod b/lib/libssl/src/doc/ssl/SSL_accept.pod index 288203f8afa..42a539d354e 100644 --- a/lib/libssl/src/doc/ssl/SSL_accept.pod +++ b/lib/libssl/src/doc/ssl/SSL_accept.pod @@ -18,7 +18,7 @@ B<ssl> by setting an underlying B<BIO>. =head1 NOTES -The behaviour of SSL_accept() depends on the underlying BIO. +The behaviour of SSL_accept() depends on the underlying BIO. If the underlying BIO is B<blocking>, SSL_accept() will only return once the handshake has been finished or an error occurred, except for SGC (Server |