From a46d6eb81946c2fc9d6d837633c585082a4d120f Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Wed, 19 Jul 2017 16:41:21 +0200 Subject: [PATCH] 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. --- src/headers/tomcrypt_custom.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/headers/tomcrypt_custom.h b/src/headers/tomcrypt_custom.h index 3d8e633..1d1615e 100644 --- a/src/headers/tomcrypt_custom.h +++ b/src/headers/tomcrypt_custom.h @@ -71,7 +71,6 @@ #define LTC_NO_PK #define LTC_NO_PKCS #define LTC_NO_MISC - #define LTC_NO_FILE #endif /* LTC_NOTHING */ /* Easy button? */