summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2014-07-01 13:06:18 -0400
committerRich Salz <rsalz@akamai.com>2014-07-01 13:06:18 -0400
commit04f545a0d5846ea1e7d5e71152fe128827b2ac18 (patch)
treeff7d62bc3906e392e552647fd6c12f05f5ab1f71
parentdf8ef5f31a523927bd82c395ceeea7b3c7955ea9 (diff)
downloadopenssl-new-04f545a0d5846ea1e7d5e71152fe128827b2ac18.tar.gz
RT 1530; fix incorrect comment
-rw-r--r--ssl/s3_srvr.c2
1 files changed, 1 insertions, 1 deletions
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 */