fix includes to iumports

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29894 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2010-03-10 14:53:51 +00:00
parent 804c45c26c
commit 0ec0645f11
18 changed files with 52 additions and 51 deletions

View file

@ -323,7 +323,8 @@ static BOOL permitSSLv2 = NO;
RELEASE(final);
if (err != SSL_ERROR_NONE)
{
if (err != SSL_ERROR_WANT_READ && err != SSL_ERROR_WANT_WRITE)
if (err != SSL_ERROR_WANT_READ && err != SSL_ERROR_WANT_WRITE
&& (err != SSL_ERROR_SYSCALL || errno != 0))
{
/*
* Some other error ... not just a timeout or disconnect