Re: MD5 not returning hash for string ending with "."

2005-07-19 Thread kaustubh mendki
ts a bug! Thanks, Kaustubh --- Ken Goldman <[EMAIL PROTECTED]> wrote: > > Date: Tue, 19 Jul 2005 04:30:03 -0700 (PDT) > > From: kaustubh mendki <[EMAIL PROTECTED]> > > > > I am trying a simple program to get MD5 hash of > > any string.The program is as fol

MD5 not returning hash for string ending with "."

2005-07-19 Thread kaustubh mendki
Hi, I don't know if anyone earlier posted similar message earlier..If so apologise me for repetition. I am trying a simple program to get MD5 hash of any string.The program is as follows: // try.c #include #include "openssl/md5.h" int main() { unsigned char var[]="k."; unsigne