mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Moved POLARSSL_FS_IO check to .function from .data
This commit is contained in:
@ -85,7 +85,7 @@ void mpi_write_binary( int radix_X, char *input_X, char *input_A,
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE */
|
||||
/* BEGIN_CASE depends_on:POLARSSL_FS_IO */
|
||||
void mpi_read_file( int radix_X, char *input_file, char *input_A,
|
||||
int result )
|
||||
{
|
||||
@ -118,7 +118,7 @@ void mpi_read_file( int radix_X, char *input_file, char *input_A,
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE */
|
||||
/* BEGIN_CASE depends_on:POLARSSL_FS_IO */
|
||||
void mpi_write_file( int radix_X, char *input_X, int output_radix,
|
||||
char *output_file )
|
||||
{
|
||||
|
Reference in New Issue
Block a user