SSL_CTX_use_RSAPrivateKey
int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa);
ret = SSL_CTX_use_RSAPrivateKey(ctx, rsa);