mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Comment adjusted to reality.
This commit is contained in:
parent
11e4b79a3a
commit
31b4896209
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user