modes/ctr128.c: fix false carry in counter increment procedure.
authorAndy Polyakov <appro@openssl.org>
Sun, 20 Nov 2016 22:38:12 +0000 (23:38 +0100)
committerAndy Polyakov <appro@openssl.org>
Fri, 25 Nov 2016 16:22:21 +0000 (17:22 +0100)
commit76f572ed0469a277d92378848250b7a9705d3071
tree7564570e254a3d95261af07a98acb0801a1c8857
parentb47f116b1e02d20b1f8a7488be5a04f7cf5bc712
modes/ctr128.c: fix false carry in counter increment procedure.

GH issue #1916 affects only big-endian platforms. TLS is not affected,
because TLS fragment is never big enough.

Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/modes/ctr128.c