On Sun, Sep 25, 2016 at 1:16 AM, Allen Hewes <[email protected]> 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
