]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - test/02-mac.t
Making a gost provider - Add the ciphers
[openssl-gost/engine.git] / test / 02-mac.t
index f3bbe99f4702e4a0249643ceffc8ff56a478758a..04a637720ac0e702993809ce6204d6223b276447 100644 (file)
@@ -1,7 +1,8 @@
 #!/usr/bin/perl 
 use Test2::V0;
+skip_all('TODO: add mac support in provider')
+    unless $ARGV[0] eq 'engine';
 plan(19);
-use Cwd 'abs_path';
 
 # prepare data for 
 my $F;
@@ -12,10 +13,6 @@ close $F;
 open $F,">","testbig.dat";
 print $F ("12345670" x 8 . "\n") x  4096;
 close $F;
-# Set OPENSSL_ENGINES environment variable to just built engine
-if(!defined $ENV{'OPENSSL_ENGINES'}){
-        $ENV{'OPENSSL_ENGINES'} = abs_path("../.libs");
-}
 
 my $key='0123456789abcdef' x 2;