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

Re: [PATCH] Fix API troubles with FreeRDP 2.0

2017-09-25 Thread Hardening
Le 25/09/2017 à 10:49, Pekka Paalanen a écrit : > On Fri, 22 Sep 2017 11:17:41 +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/compo

Re: [PATCH] Fix API troubles with FreeRDP 2.0

2017-09-25 Thread Pekka Paalanen
On Fri, 22 Sep 2017 11:17:41 +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 | 15 ++- > 1 file changed, 14 inse

[PATCH] Fix API troubles with FreeRDP 2.0

2017-09-22 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 | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/libweston/compositor-rdp.c b