From: Rich Salz Date: Tue, 1 Jul 2014 17:06:18 +0000 (-0400) Subject: RT 1530; fix incorrect comment X-Git-Tag: master-post-reformat~632 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=04f545a0d5846ea1e7d5e71152fe128827b2ac18;p=oweals%2Fopenssl.git RT 1530; fix incorrect comment --- diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c index 31bfe478b8..4941aca60f 100644 --- a/ssl/s3_srvr.c +++ b/ssl/s3_srvr.c @@ -1489,7 +1489,7 @@ int ssl3_get_client_hello(SSL *s) * ssl version is set - sslv3 * s->session - The ssl session has been setup. * s->hit - session reuse flag - * s->tmp.new_cipher - the new cipher to use. + * s->s3->tmp.new_cipher- the new cipher to use. */ /* Handles TLS extensions that we couldn't check earlier */