mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibCrypto: Do not print OpenSSL errors with redundant newline
This commit is contained in:
parent
80fe259dab
commit
75841f5920
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
inline int openssl_print_errors(char const* str, size_t len, [[maybe_unused]] void* u)
|
||||
{
|
||||
dbgln("{}", StringView { str, len });
|
||||
dbgln("{}", StringView { str, len - 1 });
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user