From: Jean-Marc Pigeon (Delson) Date: Thu, 3 Jul 2025 00:42:19 +0000 (-0400) Subject: Diisplaying the local md5 in hexa X-Git-Tag: tag-0.12~43 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=8a8839b316741620713a19710e06bacb9d36b3ef;p=jmp%2Fmailleur Diisplaying the local md5 in hexa --- diff --git a/lib/lvleml.c b/lib/lvleml.c index 1f6ef6c..5c02d4b 100644 --- a/lib/lvleml.c +++ b/lib/lvleml.c @@ -412,9 +412,18 @@ while (proceed==true) { break; case 2 : { //comparing hmac char *local; + char hexa[100]; local=cnv_hashmd5(usr->passwd,(unsigned char *)seq); - (void) rou_alert(0,"JMPDBG local=<%s>",local); + (void) strcat(hexa,""); + for (int i=0;i hexa",hexa); (void) rou_alert(0,"JMPDBG remote=<%s>",code); local=rou_freestr(local); usr=sql_freeusr(usr);