mirror of
https://github.com/curl/curl.git
synced 2026-07-27 03:57:16 +03:00
Make code-style happy.
This commit is contained in:
parent
a205f2dc57
commit
1e45d1e4b9
1 changed files with 4 additions and 3 deletions
|
|
@ -1501,9 +1501,10 @@ static int mbedtls_init(void)
|
|||
#endif /* !MBEDTLS_CTR_DRBG_C && !MBEDTLS_HMAC_DRBG_C */
|
||||
|
||||
if(ret != 0) {
|
||||
//TODO: write an error without a `data` param
|
||||
//failf(" failed\n ! mbedtls_ctr_drbg_seed returned -0x%x\n",
|
||||
// (unsigned int)-ret);
|
||||
/* TODO: write an error without a `data` param
|
||||
failf(" failed\n ! mbedtls_ctr_drbg_seed returned -0x%x\n",
|
||||
(unsigned int)-ret);
|
||||
*/
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue