Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Building Net:SSLeay fails with latest openssl 1.0.2h

by syphilis (Archbishop)
on Aug 09, 2016 at 05:02 UTC ( [id://1169382]=note: print w/replies, xml ) Need Help??


in reply to Building Net:SSLeay fails with latest openssl 1.0.2h

No such problem for me on Windows with Net-SLeay-1.77 and openssl 1.0.2h.

Are you using a Microsoft Compiler ?
Line 6060 is:
int first = OCSP_resp_find(bsr, certid, -1);
I've struck scoping issues like this with MS compilers before.

Try changing line 6060 to:
first = OCSP_resp_find(bsr, certid, -1);
and then change line 6030 to:
int i,want_array, first;
Cheers,
Rob

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1169382]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (8)
As of 2024-04-25 15:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found