summaryrefslogtreecommitdiff
path: root/crypto/tomcrypt_cfg.h
diff options
context:
space:
mode:
authorVladislav Grishenko <themiron@mail.ru>2017-02-22 22:44:25 +0500
committerVladislav Grishenko <themiron@mail.ru>2017-12-04 20:29:41 +0500
commit461f819f0c4215bdbed35dea590513f44992ded3 (patch)
treeaabc8b8cc90e90a09ce2e5c623cfa1ad012522cb /crypto/tomcrypt_cfg.h
parente2cd0cfa0ebe0bdda3fe36fbd2fcf38a5178c342 (diff)
downloadaccel-ppp-xebd-461f819f0c4215bdbed35dea590513f44992ded3.tar.gz
accel-ppp-xebd-461f819f0c4215bdbed35dea590513f44992ded3.zip
crypto: internal: add missed header and fix x64 build
Diffstat (limited to 'crypto/tomcrypt_cfg.h')
-rw-r--r--crypto/tomcrypt_cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/tomcrypt_cfg.h b/crypto/tomcrypt_cfg.h
index 34eaad2..cc2df7a 100644
--- a/crypto/tomcrypt_cfg.h
+++ b/crypto/tomcrypt_cfg.h
@@ -74,7 +74,7 @@ LTC_EXPORT int LTC_CALL XSTRCMP(const char *s1, const char *s2);
#define ENDIAN_LITTLE
#define ENDIAN_64BITWORD
#define LTC_FAST
- #define LTC_FAST_TYPE unsigned long
+ #define LTC_FAST_TYPE unsigned long long
#endif
/* detect PPC32 */