]> granicus.if.org Git - neomutt/commitdiff
Corrected comment.
authorVincent Lefevre <vincent@vinc17.net>
Tue, 22 Nov 2016 02:48:10 +0000 (03:48 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 24 Nov 2016 19:28:14 +0000 (19:28 +0000)
mutt_ssl.c

index c470afe301929ffbbb90b07628708e5a815f0596..2e1c45363d80e6618a482791c745daa236ea82e5 100644 (file)
@@ -982,7 +982,7 @@ static int ssl_check_certificate (CONNECTION *conn, sslsockdata *data)
 #ifdef DEBUG
   char buf[STRING];
 
-  /* Note that X509_NAME_online will NULL-terminate buf, even when it
+  /* Note that X509_NAME_oneline will null-terminate buf, even when it
    * has to truncate the data. */
   dprint (1, (debugfile, "ssl_check_certificate: checking cert %s\n",
               X509_NAME_oneline (X509_get_subject_name (data->cert),