This change should be suitable as a workaround for the Solaris x86
authorBodo Möller <bodo@openssl.org>
Tue, 3 Apr 2001 13:46:36 +0000 (13:46 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 3 Apr 2001 13:46:36 +0000 (13:46 +0000)
commit9a22ce66c94294ee56d99870a47022ae0e067203
tree276b59520dcd4f51028c00a3430984562fda669d
parent72cd659df695d9c3bd9548fe570d8d1b6bad641d
This change should be suitable as a workaround for the Solaris x86
compiler bug reported in <01032110293775.22278@weba3.iname.net>
(the '++seq[i]' condition is evaluated as 256 rather than 0
when the previous value is 255).
ssl/s3_enc.c
ssl/t1_enc.c