Removed RdpKeyFile and RdpKeyContent settings

They are a duplicate of PrivateKeyFile and PrivateKeyContent
This commit is contained in:
Armin Novak
2022-07-06 09:50:23 +02:00
committed by akallabeth
parent d0ae1c8160
commit b672bda85e
12 changed files with 11 additions and 94 deletions

View File

@@ -1021,8 +1021,7 @@ static DWORD WINAPI test_peer_mainloop(LPVOID arg)
}
}
if (!freerdp_settings_set_string(settings, FreeRDP_CertificateFile, cert) ||
!freerdp_settings_set_string(settings, FreeRDP_PrivateKeyFile, key) ||
!freerdp_settings_set_string(settings, FreeRDP_RdpKeyFile, key))
!freerdp_settings_set_string(settings, FreeRDP_PrivateKeyFile, key))
{
WLog_ERR(TAG, "Memory allocation failed (strdup)");
freerdp_peer_free(client);