mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 06:16:42 +01:00
Fixed spacing in entropy_gather()
This commit is contained in:
parent
75342a65e4
commit
ddd427a8fc
1 changed files with 7 additions and 7 deletions
|
|
@ -225,7 +225,7 @@ int entropy_gather( entropy_context *ctx )
|
||||||
return( POLARSSL_ERR_THREADING_MUTEX_ERROR );
|
return( POLARSSL_ERR_THREADING_MUTEX_ERROR );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return ( ret );
|
return( ret );
|
||||||
}
|
}
|
||||||
|
|
||||||
int entropy_func( void *data, unsigned char *output, size_t len )
|
int entropy_func( void *data, unsigned char *output, size_t len )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue