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. (cherry picked from commit dd5d6e5e39be6cf7fe9d54a79e824f8cb7301177) https://github.com/krb5/krb5/commit/411366f9396d63147c4bc433aff42b9554d4d6be Author: Greg Hudson Commit: 411366f9396d63147c4bc433aff42b9554d4d6be Branch: krb5-1.18 src/plugins/preauth/spake/edwards25519.c | 4 +++- src/plugins/preauth/spake/edwards25519_fiat.h | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-)