commit | 335db3f121053e5e5286fb5e8b1c75dfb5129aa9 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Apr 25 15:28:35 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Apr 25 15:28:35 2011 +0000 |
tree | f0eac52a93791e997f99440a63b99437ad745e7a | |
parent | 15566e43963bf569dd8142ee8ca354e8019d8f81 [diff] [blame] |
- Functions requiring File System functions can now be disables by undefining POLARSSL_FS_IO
diff --git a/library/bignum.c b/library/bignum.c index a2b132d..8f29324 100644 --- a/library/bignum.c +++ b/library/bignum.c
@@ -407,6 +407,7 @@ return( ret ); } +#if defined(POLARSSL_FS_IO) /* * Read X from an opened file */ @@ -468,6 +469,7 @@ return( ret ); } +#endif /* POLARSSL_FS_IO */ /* * Import X from unsigned binary data, big endian