Hi all,

I 've already seen some mail about this commit.
http://cvs.openssl.org/chngview?cn=13190

It sounds to me like a typo, but ...
 - Comment is "add missing parentheses"
 - diff is as follow
-               if (!data->state != BIO_CONN_S_OK)
+               if (!(data->state != BIO_CONN_S_OK))

This is chnaging the beahavior of static long conn_ctrl(BIO *b, int cmd, long 
num, void *ptr) function.
I think it is a typo (just like some other epople using openssl).

Nils, could you please confirm me that, or explain me the reason why changing 
this?

Thanks in advance.
Regards

Fred
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to