mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
- Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO
This commit is contained in:
parent
15566e4396
commit
335db3f121
26 changed files with 306 additions and 152 deletions
|
|
@ -407,6 +407,7 @@ cleanup:
|
|||
return( ret );
|
||||
}
|
||||
|
||||
#if defined(POLARSSL_FS_IO)
|
||||
/*
|
||||
* Read X from an opened file
|
||||
*/
|
||||
|
|
@ -468,6 +469,7 @@ cleanup:
|
|||
|
||||
return( ret );
|
||||
}
|
||||
#endif /* POLARSSL_FS_IO */
|
||||
|
||||
/*
|
||||
* Import X from unsigned binary data, big endian
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue