]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Move BignumInt definitions into a header file.
authorSimon Tatham <anakin@pobox.com>
Sat, 6 Jun 2015 13:52:29 +0000 (14:52 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 20 Jun 2015 11:47:42 +0000 (12:47 +0100)
commite6679d46022a8fb8ddb41af29e5c2684f68a7ef2
tree80aa9c11aa418872da0b03a2950612cd2583769b
parent42b6ed842bd6d6d2f58e8a8210db19e82d834196
Move BignumInt definitions into a header file.

This allows files other than sshbn.c to work with the primitives
necessary to build multi-word arithmetic functions satisfying all of
PuTTY's portability constraints.

(cherry picked from commit 2c60070aad2d959a9e7e850523352c23c6aa7009)

Cherry-picker's notes: required on this branch because it's a
dependency of f8b27925eee6a37df107a7cd2e718e997a52516e which we want.
sshbn.c
sshbn.h [new file with mode: 0644]