ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.
authorAndy Polyakov <appro@openssl.org>
Fri, 1 Feb 2013 14:31:50 +0000 (15:31 +0100)
committerAndy Polyakov <appro@openssl.org>
Fri, 1 Feb 2013 14:54:37 +0000 (15:54 +0100)
commit8bfd4c659f180a6ce34f21c0e62956b362067fba
tree955cb6700539d31dc4dd53b9aad1747313ce5261
parent04e45b52ee3be81121359cc1198fd01e38096e9f
ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.

Kludge alert. This is arranged by passing padding length in unused
bits of SSL3_RECORD->type, so that orig_len can be reconstructed.
ssl/d1_pkt.c
ssl/s3_cbc.c
ssl/s3_enc.c
ssl/s3_pkt.c
ssl/ssl3.h
ssl/ssl_locl.h
ssl/t1_enc.c