]> granicus.if.org Git - mutt/commitdiff
Corrected comment.
authorVincent Lefevre <vincent@vinc17.net>
Tue, 22 Nov 2016 02:48:10 +0000 (03:48 +0100)
committerVincent Lefevre <vincent@vinc17.net>
Tue, 22 Nov 2016 02:48:10 +0000 (03:48 +0100)
mutt_ssl.c

index d4efdaf10ef29353d942f3ec00f90d8b545045bd..0cf31c4d21378bcc9dfbd2bf8e96d6bd3218be18 100644 (file)
@@ -969,7 +969,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),