-
Typo ?
Hi all,
I 've already seen some mail about this commit.
[url]http://cvs.openssl.org/chngview?cn=3D13190[/url]
It sounds to me like a typo, but ...
- Comment is "add missing parentheses"
- diff is as follow
- if (!data->state !=3D BIO_CONN_S_OK)
+ if (!(data->state !=3D 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 [url]http://www.openssl.org[/url]
Development Mailing List [email]openssl-dev@openssl.org[/email]
Automated List Manager [email]majordomo@openssl.org[/email]