From 3b6b6acb8adb8f76b44188f2f4621d53f4d81755 Mon Sep 17 00:00:00 2001 From: hniksic Date: Fri, 13 May 2005 12:07:47 -0700 Subject: [PATCH] [svn] Typo fix in comment. --- src/openssl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openssl.c b/src/openssl.c index c43b51b6..d459dd65 100644 --- a/src/openssl.c +++ b/src/openssl.c @@ -450,8 +450,8 @@ ssl_check_certificate (int fd, const char *host) goto out; } - /* Check that HOST matches the common name in the certificate. #### - The remains to be done: + /* Check that HOST matches the common name in the certificate. + #### The following remains to be done: - It should use dNSName/ipAddress subjectAltName extensions if available; according to rfc2818: "If a subjectAltName extension -- 2.39.2