savonet / ocaml-ssl

OCaml SSL bindings.
http://liquidsoap.info/ocaml-ssl/
Other
57 stars 48 forks source link

Error functions #119

Closed Firgeis closed 1 year ago

Firgeis commented 1 year ago

This PR should solve #108

For compatibility I have reproduced the behavior of the function used to print exceptions with the ERR_error_string_n but with the functionality of the ERR_peek_last_error function (peeks the last error)

anmonteiro commented 1 year ago

Thank you