Hi,

Can you tell me why in the source file "ocsp.c" (apps directory), the test
on the return of the function BIO_get_fd defines 0 as an invalid file
descriptor?

if (BIO_get_fd (CBIO, & fd) <= 0)

should be

if (BIO_get_fd (CBIO, & fd) <0)

Thank you
_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to