From 1171baf4edecd7753b448cee4e0833f1609aeb6f Mon Sep 17 00:00:00 2001 From: Vincent Lefevre Date: Tue, 22 Nov 2016 03:48:10 +0100 Subject: [PATCH] Corrected comment. --- mutt_ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt_ssl.c b/mutt_ssl.c index d4efdaf1..0cf31c4d 100644 --- a/mutt_ssl.c +++ b/mutt_ssl.c @@ -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), -- 2.50.1