summaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorbodo <bodo>1999-06-14 15:48:04 +0000
committerbodo <bodo>1999-06-14 15:48:04 +0000
commit1343c4fc2ffc95e9019e9938247817705398cc53 (patch)
tree6905f80c9c97212451d5c2fb8674ba7d7d0a9132 /ssl
parent9dc5c6100cc89b8b6b8698fd5ab5f56c70cbf4ea (diff)
downloadopenssl-1343c4fc2ffc95e9019e9938247817705398cc53.tar.gz
Comment adjusted to reality.
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index ce35d3974..f1ed68179 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -748,7 +748,7 @@ struct ssl_st
#define SSL_ERROR_WANT_READ 2
#define SSL_ERROR_WANT_WRITE 3
#define SSL_ERROR_WANT_X509_LOOKUP 4
-#define SSL_ERROR_SYSCALL 5 /* look at errno */
+#define SSL_ERROR_SYSCALL 5 /* look at error stack/return value/errno */
#define SSL_ERROR_ZERO_RETURN 6
#define SSL_ERROR_WANT_CONNECT 7