Adapt test/evp_test.c to deal with available EVP_MACs
authorRichard Levitte <levitte@openssl.org>
Wed, 24 Oct 2018 16:36:31 +0000 (18:36 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 29 Oct 2018 12:35:19 +0000 (13:35 +0100)
commit2bdb4af50364121a5f0e47024e9f71e1a6025fcf
tree442190732d90bec70a4efc6e07ae1bea47d98d62
parent5e55159b3adbb30482992e8fa8621e47d331d012
Adapt test/evp_test.c to deal with available EVP_MACs

If a MAC isn't available as an EVP_MAC, the MAC test falls back to the
corresponding EVP_PKEY method.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7393)
test/evp_test.c