Don't call setenv in gost2814789t.c
authorDr. Stephen Henson <steve@openssl.org>
Wed, 23 Jul 2014 16:19:48 +0000 (17:19 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 24 Jul 2014 17:18:54 +0000 (18:18 +0100)
commit8e55e6de45f715d4a2e0b31775c1c739ce90c1d5
treea08f9bffb88d694479d40bf44dd8da83aad3f5e5
parentceea4bf047abf369debf5c312928331f107400c6
Don't call setenv in gost2814789t.c

The call to setenv in gost2814789t.c is not portable and may
not reflect the location of the GOST ENGINE on all platforms anyway.
Instead set OPENSSL_ENGINES in test/Makefile
Reviewed-by: Geoff Thorpe <geoff@openssl.org>
engines/ccgost/gost2814789t.c
test/Makefile