diff options
author | xebd <xeb@mail.ru> | 2017-12-05 12:41:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-05 12:41:44 +0300 |
commit | 477bae0d48927b41b308fbb16187c844c5c08b87 (patch) | |
tree | aabc8b8cc90e90a09ce2e5c623cfa1ad012522cb /crypto/tomcrypt_cfg.h | |
parent | e2cd0cfa0ebe0bdda3fe36fbd2fcf38a5178c342 (diff) | |
parent | 461f819f0c4215bdbed35dea590513f44992ded3 (diff) | |
download | accel-ppp-477bae0d48927b41b308fbb16187c844c5c08b87.tar.gz accel-ppp-477bae0d48927b41b308fbb16187c844c5c08b87.zip |
Merge pull request #18 from themiron/crypto-internal-fixes
crypto: internal: add missed header and fix x64 build
Diffstat (limited to 'crypto/tomcrypt_cfg.h')
-rw-r--r-- | crypto/tomcrypt_cfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/tomcrypt_cfg.h b/crypto/tomcrypt_cfg.h index 34eaad26..cc2df7a3 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 */ |