From: Bodo Möller Date: Sun, 14 Sep 2008 18:16:07 +0000 (+0000) Subject: oops X-Git-Tag: OpenSSL_0_9_8k^2~252 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=fcbdde0dfe155592c9b6f39d204025b4d27fa9c1 oops --- diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c index bd410c8116..8cf1e1fd82 100644 --- a/ssl/s3_srvr.c +++ b/ssl/s3_srvr.c @@ -1208,13 +1208,13 @@ int ssl3_send_server_hello(SSL *s) *(d++)=SSL3_MT_SERVER_HELLO; l2n3(l,d); - s->state=SSL3_ST_SW_CLNT_HELLO_B; + s->state=SSL3_ST_SW_SRVR_HELLO_B; /* number of bytes to write */ s->init_num=p-buf; s->init_off=0; } - /* SSL3_ST_SW_CLNT_HELLO_B */ + /* SSL3_ST_SW_SRVR_HELLO_B */ return(ssl3_do_write(s,SSL3_RT_HANDSHAKE)); }