CVSROOT: /home/cvs Module name: putty Changes by: simon 01/03/01 17:41:26 Modified files: . : ssh.c ssh.h sshbn.c sshdh.c sshdss.c sshprime.c sshrsa.c Log message: Remove the last lingering knowledge, outside sshbn.c, of the internal structure of the Bignum type. Bignum is now a fully opaque type unless you're inside sshbn.c.