diff options
Diffstat (limited to 'sockets.h')
-rw-r--r-- | sockets.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -68,4 +68,7 @@ int sockread(SSL *fd, char *buf, int bufsize, int tls); // Write to a socket, whether or not using TLS int socksend(SSL *fd, char *buf, int bufsize, int tls); +// Return character array of latest OpenSSL error +char *openssl_error_string(); + #endif |