<p dir="ltr">Hi,</p>
<p dir="ltr">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?</p>
<p dir="ltr"> if (BIO_get_fd (CBIO, & fd) <= 0)</p>
<p dir="ltr"> should be</p>
<p dir="ltr"> if (BIO_get_fd (CBIO, & fd) <0)</p>
<p dir="ltr"> Thank you</p>