Modify test/afalgtest to fail if the afalg engine couldn't be loaded
authorRichard Levitte <levitte@openssl.org>
Wed, 7 Feb 2018 13:01:13 +0000 (14:01 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 7 Feb 2018 15:15:47 +0000 (16:15 +0100)
commit227a1e3f45bf06fdb00f2bdfb922f6f0d1f1d1de
tree217e433874a0e4f41f0dc074d477187413f219ed
parentbed4afa81b9c94596cae44226e7506d9b07fe5a5
Modify test/afalgtest to fail if the afalg engine couldn't be loaded

If you know that there's no afalg engine, don't run this test.
test/recipes/30-test_afalg.t checks this correctly.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5270)
test/afalgtest.c