fix whitespace
This commit is contained in:
parent
3f79793b7e
commit
cec9bce126
2
STATUS
2
STATUS
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
OpenSSL STATUS Last modified at
|
OpenSSL STATUS Last modified at
|
||||||
______________ $Date: 2008/05/28 07:37:13 $
|
______________ $Date: 2008/05/28 22:22:49 $
|
||||||
|
|
||||||
DEVELOPMENT STATE
|
DEVELOPMENT STATE
|
||||||
|
|
||||||
|
@ -2061,12 +2061,12 @@ int ssl3_send_client_key_exchange(SSL *s)
|
|||||||
{
|
{
|
||||||
DH *dh_srvr,*dh_clnt;
|
DH *dh_srvr,*dh_clnt;
|
||||||
|
|
||||||
if (s->session->sess_cert == NULL)
|
if (s->session->sess_cert == NULL)
|
||||||
{
|
{
|
||||||
ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_UNEXPECTED_MESSAGE);
|
ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_UNEXPECTED_MESSAGE);
|
||||||
SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,SSL_R_UNEXPECTED_MESSAGE);
|
SSLerr(SSL_F_SSL3_SEND_CLIENT_KEY_EXCHANGE,SSL_R_UNEXPECTED_MESSAGE);
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (s->session->sess_cert->peer_dh_tmp != NULL)
|
if (s->session->sess_cert->peer_dh_tmp != NULL)
|
||||||
dh_srvr=s->session->sess_cert->peer_dh_tmp;
|
dh_srvr=s->session->sess_cert->peer_dh_tmp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user