p11-kit 0.13 and EOVERFLOW

Nikos Mavrogiannopoulos nmav at gnutls.org
Tue Sep 4 13:36:58 PDT 2012


On 09/04/2012 08:26 AM, Stef Walter wrote:

> On 09/02/2012 09:06 PM, Nikos Mavrogiannopoulos wrote:
>> Hello,
>>  I tried to cross-compile p11-kit using mingw64. It seems that EOVERFLOW
>> that is used in pin.c and pin-test.c isn't defined there. It works if I
>> change it to EIO or similar though.
> 
> Perhaps we should just #ifndef EOVERFLOW #define EOVERFLOW EINVAL? Or
> something like that?
> 
> Are you able to make a patch that fixes it for you?


I just tried the p11-kit in master and it seems it replaces EOVERFLOW
with EFBIG. This seems to work for me.

regards,
Nikos



More information about the p11-glue mailing list