summaryrefslogtreecommitdiffhomepage
path: root/libtomcrypt/src/headers
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2020-06-10 23:01:33 +0800
committerMatt Johnston <matt@ucc.asn.au>2020-06-10 23:01:33 +0800
commit615885be01188e433cf931e2f7f85394fdc31c5d (patch)
treefae717f5964faafb98d6469a963f084f7d31622e /libtomcrypt/src/headers
parent6b823d617c8e2999767ad00232652b234a1048bc (diff)
Fix whitespace changes vs upstream libtomcrypt
Diffstat (limited to 'libtomcrypt/src/headers')
-rw-r--r--libtomcrypt/src/headers/tomcrypt_argchk.h2
-rw-r--r--libtomcrypt/src/headers/tomcrypt_custom.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/libtomcrypt/src/headers/tomcrypt_argchk.h b/libtomcrypt/src/headers/tomcrypt_argchk.h
index 3994aa2..8bd3653 100644
--- a/libtomcrypt/src/headers/tomcrypt_argchk.h
+++ b/libtomcrypt/src/headers/tomcrypt_argchk.h
@@ -45,7 +45,7 @@ void crypt_argchk(const char *v, const char *s, int d) NORETURN;
#elif ARGTYPE == 3
-#define LTC_ARGCHK(x)
+#define LTC_ARGCHK(x)
#define LTC_ARGCHKVD(x) LTC_ARGCHK(x)
#elif ARGTYPE == 4
diff --git a/libtomcrypt/src/headers/tomcrypt_custom.h b/libtomcrypt/src/headers/tomcrypt_custom.h
index f2351da..4547cd8 100644
--- a/libtomcrypt/src/headers/tomcrypt_custom.h
+++ b/libtomcrypt/src/headers/tomcrypt_custom.h
@@ -74,8 +74,8 @@
#define LTC_NO_MODES
#define LTC_NO_HASHES
#define LTC_NO_MACS
- #define LTC_NO_PRNGS
- #define LTC_NO_PK
+ #define LTC_NO_PRNGS
+ #define LTC_NO_PK
#define LTC_NO_PKCS
#define LTC_NO_MISC
#endif /* LTC_NOTHING */