[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]
- Re: cvs commit: openssl/crypto/evp bio_enc.c... Ben Laurie
- Re: cvs commit: openssl/crypto/evp bio_... Dr S N Henson
- Re: cvs commit: openssl/crypto/evp ... Ben Laurie
- Re: cvs commit: openssl/crypto/evp bio_... Dr S N Henson
- Re: cvs commit: openssl/crypto/evp bio_... Ben Laurie
- Re: cvs commit: openssl/crypto/evp bio_... Dr S N Henson
- Re: cvs commit: openssl/crypto/evp bio_... Rob Neff
- RE: cvs commit: openssl/crypto/evp ... Svenning Soerensen
- Re: cvs commit: openssl/crypto/evp bio_... Ben Laurie
- Re: cvs commit: openssl/crypto/evp ... Richard Levitte - VMS Whacker
- Re: cvs commit: openssl/crypto/evp ... Bastien Chevreux