changeset: 6874:b22c5d0e299d
user:      Vincent Lefevre <vinc...@vinc17.net>
date:      Tue Nov 22 03:48:10 2016 +0100
link:      http://dev.mutt.org/hg/mutt/rev/b22c5d0e299d

Corrected comment.

diffs (12 lines):

diff -r 65f180f2904f -r b22c5d0e299d mutt_ssl.c
--- a/mutt_ssl.c        Mon Nov 21 18:03:20 2016 -0800
+++ b/mutt_ssl.c        Tue Nov 22 03:48:10 2016 +0100
@@ -969,7 +969,7 @@
 #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),

Reply via email to