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)
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)


No differences found