[EMAIL PROTECTED] wrote:
>                 /* read in at offset 8, read the EVP_Cipher
>                  * documentation about why */
>   -             i=BIO_read(b->next_bio,&(ctx->buf[8]),ENC_BLOCK_SIZE);
>   +             i=BIO_read(b->next_bio,&(ctx->buf[BUF_OFFSET]),ENC_BLOCK_SIZE);

BTW, AFAICS, this is not documented at all - anyone know what its about?

Cheers,

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

Reply via email to