On Tue, Jun 29, 2004 at 10:25:00AM -0500, Rickey Braddam wrote: > I did run into one minor problem, probably a typo. When I ran dlltest it failed > trying to do DES encryption. I looked at the source > and while plaintext[] has 24 bytes, only 23 were passed to the encryption object. > The decryption object was passed 24 though. I > changed the parameter to the encryption object to 24 and dlltest completed normally.
Thanks for reporting this. I had changed it to 23 intentionally to simulate a test failure, and forgot to change it back.
