mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
mbedtls: remove newline from failf() call
Follow-up from 1dc6ddde06
Closes #20333
This commit is contained in:
@@ -1444,7 +1444,7 @@ static int mbedtls_init(void)
|
||||
NULL, 0);
|
||||
|
||||
if(ret) {
|
||||
failf(NULL, " failed\n ! mbedtls_ctr_drbg_seed returned -0x%x\n",
|
||||
failf(NULL, "failed: mbedtls_ctr_drbg_seed returned -0x%x",
|
||||
(unsigned int)-ret);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user