summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/ssl_sock.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/ssl_sock.h')
-rw-r--r--pjlib/include/pj/ssl_sock.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pjlib/include/pj/ssl_sock.h b/pjlib/include/pj/ssl_sock.h
index 0e8fb4a4..534c9144 100644
--- a/pjlib/include/pj/ssl_sock.h
+++ b/pjlib/include/pj/ssl_sock.h
@@ -542,6 +542,11 @@ typedef struct pj_ssl_sock_info
*/
pj_uint32_t verify_status;
+ /**
+ * Last native error returned by the backend.
+ */
+ unsigned long last_native_err;
+
} pj_ssl_sock_info;