1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Fixed spacing in entropy_gather()

This commit is contained in:
Paul Bakker
2014-04-09 14:47:58 +02:00
parent 75342a65e4
commit ddd427a8fc

View File

@ -225,7 +225,7 @@ int entropy_gather( entropy_context *ctx )
return( POLARSSL_ERR_THREADING_MUTEX_ERROR );
#endif
return ( ret );
return( ret );
}
int entropy_func( void *data, unsigned char *output, size_t len )