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.
--
Thomas Poindessous
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]