Fix no-cmac
authorMatt Caswell <matt@openssl.org>
Fri, 18 Mar 2016 13:49:25 +0000 (13:49 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 18 Mar 2016 17:07:11 +0000 (17:07 +0000)
commitb4a3aeebd9f9280aa7e69a343f5c824e68466d90
tree83d9d751359bcb4429477afc236660b03dc57bfe
parentef33d131850440da8556f08996f63898e849d267
Fix no-cmac

There were a couple of CMAC references without OPENSSL_NO_CMAC guards.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/asn1/ameth_lib.c
crypto/evp/pmeth_lib.c
test/evp_test.c