Mark OCB as an AEAD cipher
authorMatt Caswell <matt@openssl.org>
Tue, 15 Mar 2016 12:05:16 +0000 (12:05 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 18 Mar 2016 12:05:29 +0000 (12:05 +0000)
commitc4aede204e1f643f8be45f9aebc9daeb8cb378e9
treede4bdb6253a699ffa7456b0280a1f2943406b251
parentd1247df266130561c9f1ab46a905ab04888ef6d9
Mark OCB as an AEAD cipher

OCB is AEAD capable but was not marked as such with the
EVP_CIPH_FLAG_AEAD_CIPHER flag.

Reviewed-by: Andy Polyakov <appro@openssl.org>
crypto/evp/e_aes.c