You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When checking if an engine is statically compiled in OpenSSL, the output in case of failure is sent to STDERR. Therefore it is not captured but directly sent to the logfile and instead of a message like
[debug] Output is:
[...]
it looks like this:
[...]
[debug] Output is:
To fix this, STDERR needs to be captured or the messages need to be altered so it lookes correct. This really is a minor thing that just looks ugly.
Also, if CertNanny is not run in debug mode, then the output will be in the log file with no explanation whatsoever (which could lead to thinking this was an error, not expected behavior).
The text was updated successfully, but these errors were encountered:
When checking if an engine is statically compiled in OpenSSL, the output in case of failure is sent to
STDERR
. Therefore it is not captured but directly sent to the logfile and instead of a message likeit looks like this:
To fix this,
STDERR
needs to be captured or the messages need to be altered so it lookes correct. This really is a minor thing that just looks ugly.Also, if CertNanny is not run in debug mode, then the output will be in the log file with no explanation whatsoever (which could lead to thinking this was an error, not expected behavior).
The text was updated successfully, but these errors were encountered: