remove define of LTC_NO_FILE when defining LTC_NOTHING

it doesn't make sense to define this opt-out option especially
since there's no way to undefine it again.
This commit is contained in:
Steffen Jaeckel 2017-07-19 16:41:21 +02:00
parent 83407feaa6
commit a46d6eb819

View File

@ -71,7 +71,6 @@
#define LTC_NO_PK #define LTC_NO_PK
#define LTC_NO_PKCS #define LTC_NO_PKCS
#define LTC_NO_MISC #define LTC_NO_MISC
#define LTC_NO_FILE
#endif /* LTC_NOTHING */ #endif /* LTC_NOTHING */
/* Easy button? */ /* Easy button? */