On 0.9.8 branch: ssl/t1_enc.c
tls1_mac() approximately line 771:
#ifdef OPENSSL_FIPS
if (!send && FIPS_mode())
tls_fips_digest_extra(
ssl->enc_read_ctx,
hash,
&hmac, rec->input,
- rec->length, rec->orig_len);
+ rec->length, orig_len);
#endif
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [email protected]
