mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
Fixed spacing in entropy_gather()
This commit is contained in:
@ -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 )
|
||||||
|
Reference in New Issue
Block a user