[openssl-dev] OCSP - BIO_get_fd fileDescriptor 0 invalid

vince technical address vince.technicaladdress at gmail.com
Thu Oct 1 22:55:27 UTC 2015


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-dev/attachments/20151002/570f80b6/attachment.html>


More information about the openssl-dev mailing list