[#SSL_accept] = SSL_accept :mrdocs: Wait for a TLS/SSL client to initiate the handshake on a server connection. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SSL_accept(xref:SSL.adoc[SSL]* ssl); ---- == Return Value 1 if the handshake completed, 0 if it failed cleanly, or <0 on want‐IO / fatal error (see SSL_get_error). == Parameters [cols="1,4"] |=== | Name| Description | *ssl* | Server SSL object with an underlying BIO (or equivalent) already set. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#