summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-07-23 17:19:48 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-07-24 18:18:54 +0100
commit8e55e6de45f715d4a2e0b31775c1c739ce90c1d5 (patch)
treea08f9bffb88d694479d40bf44dd8da83aad3f5e5 /test
parentceea4bf047abf369debf5c312928331f107400c6 (diff)
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>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 3f78c68d3c..601ea1b0e2 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -255,7 +255,7 @@ test_rand: $(RANDTEST)$(EXE_EXT)
../util/shlib_wrap.sh ./$(RANDTEST)
test_gost2814789: $(GOST2814789TEST)$(EXE_EXT)
- ../util/shlib_wrap.sh ./$(GOST2814789TEST)
+ OPENSSL_ENGINES=../engines/ccgost ../util/shlib_wrap.sh ./$(GOST2814789TEST)
test_enc: ../apps/openssl$(EXE_EXT) testenc
@sh ./testenc