On Tue, 18 Jun 2019, Andrew Cagney wrote:
why is a library function calling printf()? (if a c file needs something #include it).
Because it is used in addconn which has no logging mechanism and only uses stdout? There are also many calls to fprintf() within the test compile sections when some files are compiled with "main()" enabled. Since I dont think we ever used this in libreswan for any testing, I'd prefer to remove all of those. Paul _______________________________________________ Swan-dev mailing list [email protected] https://lists.libreswan.org/mailman/listinfo/swan-dev
