[krbdev.mit.edu #8888] git commit

Greg Hudson via RT rt at KRBDEV-PROD-APP-1.mit.edu
Fri Apr 10 15:06:57 EDT 2020


<URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8888 >


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 <ghudson at mit.edu>
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(-)



More information about the krb5-bugs mailing list