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:07:36 +0000 (15:07 +0000)
commitd1257342e7dfcdb9e80d199396c58286c9056c1c
tree08d90acedb6ccdf971447a55f44cb22a6245f3ce
parent07cd2f84d1480ca714bc14233b3c023ba9874e9d
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)
(cherry picked from commit 0ba5a9eaa0a6ae7fc25ee70eefc1f4fbdaf09483)
crypto/evp/e_aes.c