mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-22 19:10:59 +00:00
Add missing bracket
Wasn't spotted earlier because it's guarded by `! HAVE_GETRANDOM`.
This commit is contained in:
parent
480519bcf9
commit
beedec8735
|
@ -128,7 +128,7 @@ int mbedtls_platform_entropy_poll( void *data,
|
|||
return( MBEDTLS_ERR_ENTROPY_SOURCE_FAILED );
|
||||
/* Fall through if the system call isn't known. */
|
||||
#else
|
||||
((void) ret;
|
||||
((void) ret);
|
||||
#endif /* HAVE_GETRANDOM */
|
||||
|
||||
*olen = 0;
|
||||
|
|
Loading…
Reference in a new issue