Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
SSL_clear — reset SSL object to allow another connectionDESCRIPTION
Reset ssl to allow another connection. All settings (method, ciphers, BIOs) are kept.RETURN VALUES
The following return values can occur:- 0
- The SSL_clear() operation could not be performed. Check the error stack to find out the reason.
- 1
- The SSL_clear() operation was successful.