in reply to Building Net:SSLeay fails with latest openssl 1.0.2h
I've struck scoping issues like this with MS compilers before.int first = OCSP_resp_find(bsr, certid, -1);
and then change line 6030 to:first = OCSP_resp_find(bsr, certid, -1);
Cheers,int i,want_array, first;
|
|---|