Fix from main trunk, 2000-10-09 18:40 bodo:
authorRichard Levitte <levitte@openssl.org>
Wed, 11 Oct 2000 10:24:06 +0000 (10:24 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Oct 2000 10:24:06 +0000 (10:24 +0000)
commit4c3853abeae93d545306a5fe2a38d571d5e7793a
treebf0b8f1f05b6b22a165aa2424690335bcddc426c
parent5b88fe121d8b938e6007e28bb8dd04ddf9600730
Fix from main trunk, 2000-10-09 18:40  bodo:

BIO_sock_init() returns 1 for success and -1 for failure, not 0; thus
the condition '!BIO_sock_init()' doesn't make sense.
crypto/bio/b_sock.c