/*
* Detect mismatch between compile-time headers and run-time library.
*/
tls_check_version();
* ALT #31752: use ABI check instead
* tls_check_version();
* Initialize the OpenSSL library by the book! To start with, we must
SSL_CTX *client_ctx;
tls_param_init();
/* ALT #31752: use ABI check instead
SSL_load_error_strings();
SSL_library_init();
-