]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix no-cmac and no-camellia
authorMatt Caswell <matt@openssl.org>
Tue, 12 Nov 2019 15:51:00 +0000 (15:51 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 14 Nov 2019 09:44:18 +0000 (09:44 +0000)
commit726ad13c4e720daeda5f56326aebcd27b4615d6c
tree3590a0c02f31cfdea6f79566f6b95ac4ff2acc5f
parentd7e4aecd89872112837baff6777147bb4b4d36bf
Fix no-cmac and no-camellia

Guard two tests that depend on CMAC and Camellia so that we don't fail
if those algorithms are not available.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10424)
test/evp_kdf_test.c