Hi James,
On 1/18/22 13:59, James Prestwood wrote:
The point type was being hard coded to 0x3 (BIT1) which may have
resulted
in the peer subtracting Y from P when reading in the point (depending on
if Y was odd or not).
Instead set the compressed type to whatever avoids the subtraction which
both saves IWD from needing to do it, as well as the peer.
---
src/dpp-util.c | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
Applied, thanks.
Regards,
-Denis