aboutsummaryrefslogtreecommitdiff
path: root/test/03-encrypt.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/03-encrypt.t')
-rw-r--r--test/03-encrypt.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/03-encrypt.t b/test/03-encrypt.t
index d5b56c4..657c05e 100644
--- a/test/03-encrypt.t
+++ b/test/03-encrypt.t
@@ -13,7 +13,7 @@ $use_config = 1;
# Set OPENSSL_ENGINES environment variable to just built engine
if(!defined $ENV{'OPENSSL_ENGINES'}){
- $ENV{'OPENSSL_ENGINES'} = abs_path("../.libs");
+ $ENV{'OPENSSL_ENGINES'} = abs_path("../bin");
}
$key='0123456789abcdef' x 2;