test/evp_test.c: improve output in case of errors.
authorAndy Polyakov <appro@openssl.org>
Thu, 25 May 2017 11:48:32 +0000 (13:48 +0200)
committerAndy Polyakov <appro@openssl.org>
Fri, 26 May 2017 09:01:50 +0000 (11:01 +0200)
commite3d378bcf1324fb6958366f21539e1e0533225f1
tree27386829cf145209f1c3bf394de0144e4ba8a322
parent14bb100b6cc4c875473af6659c8368198e898050
test/evp_test.c: improve output in case of errors.

Recently introduced TEST_* macros print variables' symbolic names.
In order to make error output more readable rename some variables.

Reviewed-by: Rich Salz <rsalz@openssl.org>
test/evp_test.c