]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/afalgtest.c
Revert "Modify test/afalgtest to fail if the afalg engine couldn't be loaded"
authorRichard Levitte <levitte@openssl.org>
Wed, 7 Feb 2018 21:18:44 +0000 (22:18 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 7 Feb 2018 21:18:44 +0000 (22:18 +0100)
commitc517ac4c3f6d48cf35b75f148515ce7f3677a03b
tree57f606b523a76a834d026dcff87f30995357514a
parent048ebccb8840f7abd90adc59654d959feb25715b
Revert "Modify test/afalgtest to fail if the afalg engine couldn't be loaded"

It turns out that even if you successfully build the engine, it might
not load properly, so we cannot make the test program fail for it.

See the message in commit 25b9d11c002e5c71840c2a6733c5009d78f2c9db

This reverts commit 227a1e3f45bf06fdb00f2bdfb922f6f0d1f1d1de.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5276)
test/afalgtest.c