OpenSSL: Add TEST_FAIL() checks to allow error path testing
authorJouni Malinen <j@w1.fi>
Sun, 11 Oct 2015 22:04:22 +0000 (01:04 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 11 Oct 2015 22:04:22 +0000 (01:04 +0300)
commit8fd1d6236dad98442e5f4805175477bae6bb3c08
tree29f1d4602f232816e02887e3a7d80802ab6dd79a
parentfd8f44324703aa9b84d0f4192afabf52d9b2a7a8
OpenSSL: Add TEST_FAIL() checks to allow error path testing

This makes it easier to test various error paths related to key
derivation and authentication steps.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/crypto_openssl.c