Unlike the AES and Blowfish code, our implementations of the various DES
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 30 Apr 2005 14:30:07 +0000 (14:30 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 30 Apr 2005 14:30:07 +0000 (14:30 +0000)
commit5a22e651ba3a0c363ed30ffb4f2ea1f12d6abe78
tree56cf2db298f8453be6d4db535ccbd29e26315caf
parentf475e40af4064ea390fea817ad287bce95ebdff1
Unlike the AES and Blowfish code, our implementations of the various DES
modes of operation all took separate source and destination pointers.  They
were never called with those pointers different, though, so reduce them to
a single pointer like everything else uses.

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