Don't use magic numbers in aes_ocb_cipher()
authorMatt Caswell <matt@openssl.org>
Mon, 23 Jan 2017 12:43:59 +0000 (12:43 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 25 Jan 2017 15:02:44 +0000 (15:02 +0000)
commit0ba5a9eaa0a6ae7fc25ee70eefc1f4fbdaf09483
tree181c1b7321f8b01d0286d384621f7bad0cfe50a5
parent5ee289eaf6fa747e6b63b989c7a79ff1c9c95db3
Don't use magic numbers in aes_ocb_cipher()

Lots of references to 16 replaced by AES_BLOCK_SIZE. Also a few other style
tweaks in that function

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2275)
crypto/evp/e_aes.c