X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=sshbn.h;h=9366f614ae4cde0cb198626180758db235e4cee1;hb=5471539a6738484b48fb938c88dce547a3e4b299;hp=a043241eea67ac4453a6951a60c6156b6758f24e;hpb=f8b27925eee6a37df107a7cd2e718e997a52516e;p=PuTTY.git diff --git a/sshbn.h b/sshbn.h index a043241e..9366f614 100644 --- a/sshbn.h +++ b/sshbn.h @@ -26,7 +26,7 @@ * using the same 'two machine registers' kind of code generation that * 32-bit targets use for 64-bit ints. If we have one of these, we can * use a 64-bit BignumInt and a 128-bit BignumDblInt. */ -typedef __uint64_t BignumInt; +typedef unsigned long long BignumInt; typedef __uint128_t BignumDblInt; #define BIGNUM_INT_MASK 0xFFFFFFFFFFFFFFFFULL #define BIGNUM_TOP_BIT 0x8000000000000000ULL