From 891e465607f2c98d041bba6b0c269a630c5cf414 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Bodo=20M=C3=B6ller?= <bodo@openssl.org>
Date: Wed, 29 Dec 1999 14:25:35 +0000
Subject: [PATCH] fix comment

---
 ssl/s3_both.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssl/s3_both.c b/ssl/s3_both.c
index f3f27715d5..4301621d1c 100644
--- a/ssl/s3_both.c
+++ b/ssl/s3_both.c
@@ -109,7 +109,7 @@ int ssl3_get_finished(SSL *s, int a, int b)
 	unsigned char *p;
 
 	/* the mac has already been generated when we received the
-	 * change cipher spec message and is in s->s3->tmp.in_dgst[12]
+	 * change cipher spec message and is in s->s3->tmp.finish_md
 	 */ 
 
 	n=ssl3_get_message(s,
-- 
2.40.0