From 5b69881854a17b39ccc937c05af324960ad24459 Mon Sep 17 00:00:00 2001
From: unimelb <j.fan11@student.unimelb.edu.au>
Date: Thu, 24 May 2018 17:13:32 +1000
Subject: [PATCH] change in comments

---
 assignment_2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assignment_2.c b/assignment_2.c
index 65cf15d..52a0ba4 100644
--- a/assignment_2.c
+++ b/assignment_2.c
@@ -103,7 +103,7 @@ int cmp_cn(X509 *cert, char *url){
     X509_NAME_get_text_by_NID(cert_issuer, NID_commonName, common_name, 256);
 
     /**
-     * compare from the back of dns_name
+     * compare only the end part of dns_name
      *        *.test.com
      *      www.test.com 
      *        |---------|
-- 
GitLab