help-libtasn1
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtasn1 4.9 Test_choice_ocsp and ocsp-basic-response fail on mingw-


From: Nikos Mavrogiannopoulos
Subject: Re: libtasn1 4.9 Test_choice_ocsp and ocsp-basic-response fail on mingw-w64-mingw32
Date: Tue, 27 Sep 2016 10:56:46 +0200

On Sun, Sep 25, 2016 at 1:16 AM, Allen Hewes <address@hidden> wrote:
> Hi,
> I found this e-mail address from the output of running the tests. If I
> should report this somewhere else, please refer me to the appropriate place.
> I added a line to print the value of result (ASN1_DER_ERROR). The function
> calls are:
> For Test_choise_ocsp.c
> result = asn1_der_decoding (&node1, data, data_size, errorDescription);
[...]
> error in 51: decoding:

Both of these tests use fopen() to read a file and use the "r"
modifier. To be run under windows it has to be "rb".

regards,
Nikos



reply via email to

[Prev in Thread] Current Thread [Next in Thread]