X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fs2_srvr.c;h=546feb5174d56e238b68de9b206b75b254bdfe41;hp=7cc160b1ad790b7df1c382620cf5279dca1ed183;hb=c6c2e3135dd6cff21bb4cd05a3891b5fdde04977;hpb=4b26fe30de5c29439ebcf39f0baf897864211883 diff --git a/ssl/s2_srvr.c b/ssl/s2_srvr.c index 7cc160b1ad..546feb5174 100644 --- a/ssl/s2_srvr.c +++ b/ssl/s2_srvr.c @@ -797,7 +797,7 @@ static int server_hello(SSL *s) /* lets send out the ciphers we like in the * prefered order */ sk= s->session->ciphers; - n=ssl_cipher_list_to_bytes(s,s->session->ciphers,d); + n=ssl_cipher_list_to_bytes(s,s->session->ciphers,d,0); d+=n; s2n(n,p); /* add cipher length */ }