diff --git a/Debugging.md b/Debugging.md index e5d54ad..4da3368 100644 --- a/Debugging.md +++ b/Debugging.md @@ -1,3 +1,6 @@ + +https://www.wolfssl.com + ## Sections in chapter 8: [8.1 - Debugging and Logging](#81-debugging-and-logging) @@ -40,4 +43,4 @@ wolfSSL_ERR_error_string(err, errorString); If you are using non blocking sockets, you can test for errno EAGAIN/EWOULDBLOCK or more correctly you can test the specific error code for SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE. -For a list of wolfSSL and wolfCrypt error codes, please see Appendix C (Error Codes). +For a list of wolfSSL and wolfCrypt error codes, please see Appendix C (Error Codes). \ No newline at end of file