CSecureSocket::secure_connect() is incorrectly checking the return code from SSL_connect() by ignoring that fact that a return of 0 is also an error. This fix changes the check from 'if(err < 0)' to 'if(err <= 0)' Signed-off-by: William Whitehead <william.whitehead@lexisnexis.com>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|