SSL_CTRL_SET_TMP_RSA
case SSL_CTRL_SET_TMP_RSA:
SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_RSA,0,(char *)rsa)
SSL_ctrl(ssl,SSL_CTRL_SET_TMP_RSA,0,(char *)rsa)