20 Nov
2003
20 Nov
'03
4:17 p.m.
ssize_t St = SSL_read....
TO:
ssize_t St; St = SSL_read...
The real problem is the "errno = 0" before the St. I handled it as a declaration, while it obviously isn't one. Just realized that after Paul Pelzl pointed it out (say thanks to Paul, he also sent a patch that adds proper openssl autoconfiguration :). I edited the patches, should be fixed now. New https version soon (after making sure the changes I made are worth it). Greetings, Indan