[openssl-dev] [openssl.org #4068] Bug ocsp - bio_get_fd

vince technical address via RT rt at openssl.org
Fri Oct 2 02:06:12 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 --------------
_______________________________________________
openssl-bugs-mod mailing list
openssl-bugs-mod at openssl.org
https://mta.openssl.org/mailman/listinfo/openssl-bugs-mod


More information about the openssl-dev mailing list