This change should be suitable as a workaround for the Solaris x86
authorBodo Möller <bodo@openssl.org>
Tue, 3 Apr 2001 13:50:30 +0000 (13:50 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 3 Apr 2001 13:50:30 +0000 (13:50 +0000)
commit1876cc32ae49de85d99bae62de22534b00939145
tree9aa27e925c58ada50d9af44a78402a770b982892
parent4e2a08ddd47ccac15aa8c1a4700cfb552e9d1734
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