Re: [PATCH] Fix API troubles with FreeRDP 2.0 v2

2017-10-03 Thread Pekka Paalanen
On Wed, 27 Sep 2017 12:01:10 +0200 David Fort wrote: > With FreeRDP 2.0 the crypto needs to be initialized or we fail as soon as we > try to > compute a md5. The API also changed for the suppress output callback. > --- > libweston/compositor-rdp.c | 14 +++--- > 1 file changed, 11 inser

[PATCH] Fix API troubles with FreeRDP 2.0 v2

2017-09-27 Thread David Fort
With FreeRDP 2.0 the crypto needs to be initialized or we fail as soon as we try to compute a md5. The API also changed for the suppress output callback. --- libweston/compositor-rdp.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/libweston/compositor-rdp.c b