thomas poindessous wrote:
> 
> Hi,
> in manpage (version 0.9.6b et version 0.9.7-stable-SNAP-20020317),
> there is :
> --------------
> int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out,
>                 int *outl);
> 
> and
>       EVP_SealUpdate() and EVP_SealFinal() return 1 for success and 0 for
>        failure.
> -------------
> 
> But in p_seal.c, there is :
> 
> void EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
> 
> So, there is a problem.
> 

Yes, it should return a value in 0.9.7. I'll commit a fix.

Steve.
-- 
Dr Stephen N. Henson.   http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED] 
Senior crypto engineer, Gemplus: http://www.gemplus.com/
Core developer of the   OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.

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

Reply via email to