wahern / cqueues

Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua on Unix.
http://25thandclement.com/~william/projects/cqueues.html
MIT License
244 stars 37 forks source link

Way to include line numbers in openssl error messages #209

Open daurnimator opened 5 years ago

daurnimator commented 5 years ago

The lack of line numbers can make it hard to track down the source of an error, in socket.c we should try and include the line number in the error message. i.e. use ERR_peek_last_error_line instead of ERR_peek_error