Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 From: ghudson@mit.edu X-RT-Interface: API X-Mailer: MIME-tools 5.507 (Entity 5.507) Subject: git commit X-RT-Original-Encoding: ascii RT-Message-ID: Content-Length: 554 Make fiat 128-bit typedefs work with older gcc Use the int128_t and uint128_t types defined by edwards25519.c, rather than [un]signed __int128 which does not compile with gcc 4.4. Reported by Norm Green. https://github.com/krb5/krb5/commit/dd5d6e5e39be6cf7fe9d54a79e824f8cb7301177 Author: Greg Hudson Commit: dd5d6e5e39be6cf7fe9d54a79e824f8cb7301177 Branch: master src/plugins/preauth/spake/edwards25519.c | 4 +++- src/plugins/preauth/spake/edwards25519_fiat.h | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-)