소스 검색

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.
Steffen Jaeckel 8 년 전
부모
커밋
a46d6eb819
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/headers/tomcrypt_custom.h

+ 0 - 1
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? */