[gnutls-devel] GnuTLS | gnutls-cli: Option "--logfile" fixup (!956)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Fri Mar 22 08:32:08 CET 2019




Nikos Mavrogiannopoulos started a new discussion on src/common.c:

>  				return;
>  			}
>  
> -			fputs("\n", out);
> -			fputs((char*)pem.data, out);
> -			fputs("\n", out);
> +			log_msg(out, "\n");
> +			log_msg(out, "%s", (char*)pem.data);

due to this change, these three can be simplified to a single `log_msg("\n%s\n")`

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/956#note_153160942
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190322/541cfaf6/attachment.html>


More information about the Gnutls-devel mailing list