Comment adjusted to reality.

This commit is contained in:
Bodo Möller 1999-06-14 15:48:04 +00:00
parent 11e4b79a3a
commit 31b4896209

View file

@ -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