X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fs3_srvr.c;h=4b483c9bafc91d91354c8284b4ecf5f6d268852d;hp=c5606b2d0f68cf4bda0983e9e084a30ed570970f;hb=de2b5b74393f15d3355a016d4c45ddee67626276;hpb=64095ce9d7c0613b0b45fe8015b4514116afdec0;ds=sidebyside diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c index c5606b2d0f..4b483c9baf 100644 --- a/ssl/s3_srvr.c +++ b/ssl/s3_srvr.c @@ -2270,6 +2270,8 @@ int ssl3_get_client_key_exchange(SSL *s) EVP_PKEY *skey = NULL; if (n) n2s(p,i); + else + i = 0; if (n && n != i+2) { if (!(s->options & SSL_OP_SSLEAY_080_CLIENT_DH_BUG))