]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Add some appropriate bignum typedefs for generic 64-bit systems,
authorSimon Tatham <anakin@pobox.com>
Fri, 18 Feb 2011 08:25:36 +0000 (08:25 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 18 Feb 2011 08:25:36 +0000 (08:25 +0000)
commit8b4c50be45fbecdebbf4f07a960086f2084ba968
tree1dca94bcab62316a40573590f18f273b7166d292
parent7c61c07eb8e37ec42e6a4214d2d8b6d4c2e64703
Add some appropriate bignum typedefs for generic 64-bit systems,
setting BignumInt to 32 bits. gcc defines _LP64 on x86-64 and
presumably on other 64-bit architectures, so I've conditioned my
defines on that in the hope that they won't need redoing for the next
few such architectures.

I've also added a set for _LLP64, but it's untested as yet.

[originally from svn r9092]
sshbn.c