Hi,

I found typos with return strings of SSL_state_string_long() (in ssl_stat.c).

In the following cases, the last chracter of the return strings should be corrected to 
'B'.
---------------------------------------------
case SSL3_ST_CW_CERT_VRFY_B:    str="SSLv3 write certificate verify A"; break;
case SSL3_ST_CW_FINISHED_B:
case SSL3_ST_SW_FINISHED_B:     str="SSLv3 write finished A"; break;
---------------------------------------------

These typos are left even in OpenSSL 0.9.6b.

Thanks,
Taka
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to