SSL_use_PrivateKey
int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey);
!SSL_use_PrivateKey(s, pkey))
ret = SSL_use_PrivateKey(ssl, pkey);