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_get_finished, SSL_get_peer_finished — get last sent or last expected finished messageSYNOPSIS
#include <openssl/ssl.h>SSL_get_finished(const SSL *ssl, void *buf, size_t count);
SSL_get_peer_finished(const SSL *ssl, void *buf, size_t count);