Add some appropriate bignum typedefs for generic 64-bit systems,
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 18 Feb 2011 08:25:36 +0000 (08:25 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 18 Feb 2011 08:25:36 +0000 (08:25 +0000)
commit32e51f76a4d1eb739b6ba581bc845880eef13b18
tree1dca94bcab62316a40573590f18f273b7166d292
parent3e4a1fd769ceed639b6c27b7095e1172996adb86
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9092 cda61777-01e9-0310-a592-d414129be87e
sshbn.c