diff --git a/libfreerdp/core/connection.c b/libfreerdp/core/connection.c index 979ccdf60..001b56944 100644 --- a/libfreerdp/core/connection.c +++ b/libfreerdp/core/connection.c @@ -319,6 +319,7 @@ BOOL rdp_client_connect(rdpRdp* rdp) flags |= WINPR_SSL_INIT_ENABLE_FIPS; winpr_InitializeSSL(flags); + rdp_log_build_warnings(rdp); /* FIPS Mode forces the following and overrides the following(by happening later */ /* in the command line processing): */ diff --git a/libfreerdp/core/freerdp.c b/libfreerdp/core/freerdp.c index 94dad20a0..715da31d9 100644 --- a/libfreerdp/core/freerdp.c +++ b/libfreerdp/core/freerdp.c @@ -802,7 +802,6 @@ BOOL freerdp_context_new_ex(freerdp* instance, rdpSettings* settings) if (!rdp) goto fail; - rdp_log_build_warnings(rdp); context->rdp = rdp; context->pubSub = rdp->pubSub;