comparison libtomcrypt/src/headers/tomcrypt_custom.h @ 1710:1ff2a1034c52

Fix whitespace changes vs upstream libtomcrypt
author Matt Johnston <matt@ucc.asn.au>
date Wed, 10 Jun 2020 23:01:33 +0800
parents d4efb7801fcd
children e9dba7abd939
comparison
equal deleted inserted replaced
1709:04155ce30759 1710:1ff2a1034c52
72 #if defined LTC_NOTHING && !defined LTC_EASY 72 #if defined LTC_NOTHING && !defined LTC_EASY
73 #define LTC_NO_CIPHERS 73 #define LTC_NO_CIPHERS
74 #define LTC_NO_MODES 74 #define LTC_NO_MODES
75 #define LTC_NO_HASHES 75 #define LTC_NO_HASHES
76 #define LTC_NO_MACS 76 #define LTC_NO_MACS
77 #define LTC_NO_PRNGS 77 #define LTC_NO_PRNGS
78 #define LTC_NO_PK 78 #define LTC_NO_PK
79 #define LTC_NO_PKCS 79 #define LTC_NO_PKCS
80 #define LTC_NO_MISC 80 #define LTC_NO_MISC
81 #endif /* LTC_NOTHING */ 81 #endif /* LTC_NOTHING */
82 82
83 /* Easy button? */ 83 /* Easy button? */