mutt stable branch with some hacks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Corrected comment.

+1 -1
+1 -1
mutt_ssl.c
··· 969 969 #ifdef DEBUG 970 970 char buf[STRING]; 971 971 972 - /* Note that X509_NAME_online will NULL-terminate buf, even when it 972 + /* Note that X509_NAME_oneline will null-terminate buf, even when it 973 973 * has to truncate the data. */ 974 974 dprint (1, (debugfile, "ssl_check_certificate: checking cert %s\n", 975 975 X509_NAME_oneline (X509_get_subject_name (data->cert),