diff options
author | Matt Johnston <matt@ucc.asn.au> | 2020-06-10 23:01:33 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2020-06-10 23:01:33 +0800 |
commit | 615885be01188e433cf931e2f7f85394fdc31c5d (patch) | |
tree | fae717f5964faafb98d6469a963f084f7d31622e /libtomcrypt/src/headers | |
parent | 6b823d617c8e2999767ad00232652b234a1048bc (diff) |
Fix whitespace changes vs upstream libtomcrypt
Diffstat (limited to 'libtomcrypt/src/headers')
-rw-r--r-- | libtomcrypt/src/headers/tomcrypt_argchk.h | 2 | ||||
-rw-r--r-- | libtomcrypt/src/headers/tomcrypt_custom.h | 4 |
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 */ |