From: Bodo Möller Date: Mon, 14 Jun 1999 15:48:04 +0000 (+0000) Subject: Comment adjusted to reality. X-Git-Tag: OpenSSL_0_9_4~169 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=31b4896209ca7c3ae5d39d87f2d854f763938bc9 Comment adjusted to reality. --- diff --git a/ssl/ssl.h b/ssl/ssl.h index ce35d39743..f1ed68179b 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