Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 548708 | Differences between
and this patch

Collapse All | Expand All

(-)a/vinagre-3.14.3/plugins/rdp/vinagre-rdp-tab.c (-1 / +7 lines)
Lines 880-886 Link Here
880
  settings->RdpSecurity = TRUE;
880
  settings->RdpSecurity = TRUE;
881
  settings->TlsSecurity = TRUE;
881
  settings->TlsSecurity = TRUE;
882
  settings->NlaSecurity = TRUE;
882
  settings->NlaSecurity = TRUE;
883
  settings->DisableEncryption = FALSE;
884
  settings->EncryptionMethods = ENCRYPTION_METHOD_40BIT | ENCRYPTION_METHOD_128BIT | ENCRYPTION_METHOD_FIPS;
883
  settings->EncryptionMethods = ENCRYPTION_METHOD_40BIT | ENCRYPTION_METHOD_128BIT | ENCRYPTION_METHOD_FIPS;
885
  settings->EncryptionLevel = ENCRYPTION_LEVEL_CLIENT_COMPATIBLE;
884
  settings->EncryptionLevel = ENCRYPTION_LEVEL_CLIENT_COMPATIBLE;
886
#else
885
#else
Lines 892-897 Link Here
892
  settings->encryption_level = ENCRYPTION_LEVEL_CLIENT_COMPATIBLE;
891
  settings->encryption_level = ENCRYPTION_LEVEL_CLIENT_COMPATIBLE;
893
#endif
892
#endif
894
893
894
#include <freerdp/version.h>
895
#if (FREERDP_VERSION_MAJOR == 1 && FREERDP_VERSION_MINOR >= 2 && FREERDP_VERSION_REVISION >= 1)
896
  settings->UseRdpSecurityLayer = FALSE;
897
#elif HAVE_FREERDP_1_1
898
  settings->DisableEncryption = FALSE;
899
#endif
900
895
  /* Set display size */
901
  /* Set display size */
896
#if HAVE_FREERDP_1_1
902
#if HAVE_FREERDP_1_1
897
  settings->DesktopWidth = width;
903
  settings->DesktopWidth = width;

Return to bug 548708