> But here the SHA_Update is called 1000 times with the same buffer. Is it
> right? 

It's just a test, so it's like calling SHA_Upodate with a 1000 buffers 
that are all the same.  It's just to ensure that the hash input is large.

Normally, you'd call SHA_Update once on your data.
        /r$

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to