Fixed #5276: Enable SSL before parsing assistance file.
authorArmin Novak <armin.novak@thincast.com>
Mon, 25 Feb 2019 09:37:30 +0000 (10:37 +0100)
committerArmin Novak <armin.novak@thincast.com>
Mon, 25 Feb 2019 09:37:30 +0000 (10:37 +0100)
commit49936a7ba6dfbee61acb04288530a44c04d47114
treeeaaa31858ba322100147ae81f9bf4c65f26d0323
parentfd27451768c398867ee626383fcd34c2f7c9b151
Fixed #5276: Enable SSL before parsing assistance file.

The assistance file requires primitives from the ssl wrapper.
Enable these before parsing the file.
Additionally split the FIPS mode enablement from the one time
initializer to avoid ignoring that flag.
libfreerdp/common/assistance.c
winpr/libwinpr/utils/ssl.c