]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Add a case to sshbn.h for 64-bit Visual Studio.
authorSimon Tatham <anakin@pobox.com>
Wed, 16 Dec 2015 14:12:36 +0000 (14:12 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 16 Dec 2015 14:21:09 +0000 (14:21 +0000)
commit84cd309295c12e7a8a3a7bc37280f8d7859b4a8b
treed22027e60f7e498beb03c989afeb0c459b37df02
parentc2ec13c7e98a2dd0c40161e5d16284bcaf6ec62b
Add a case to sshbn.h for 64-bit Visual Studio.

This commit fulfills the promise of the previous one: now one of the
branches of sshbn.h's big ifdef _doesn't_ define a BignumDblInt, and
instead provides implementations of the primitive arithmetic macros in
terms of Visual Studio's x86-64 compiler intrinsics. So now, when this
codebase is compiled with 64-bit VS, it can use a 64-bit BignumInt and
everything still seems to work.
sshbn.h