X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=test%2F03-encrypt.t;h=5b25f30977ed57753ad9ed4757828f8a90a7e6c0;hb=0021eb1fac2d7a6e628b1a4125cecd7520f7b6b6;hp=6b1d593f33455207f2afcce2b19ab836b81e38a7;hpb=88b6b13aef5cec62837b1410cdd4d63b441fd898;p=openssl-gost%2Fengine.git diff --git a/test/03-encrypt.t b/test/03-encrypt.t index 6b1d593..5b25f30 100644 --- a/test/03-encrypt.t +++ b/test/03-encrypt.t @@ -1,5 +1,7 @@ #!/usr/bin/perl use Test2::V0; +skip_all('TODO: add symmetric cipher support in provider') + unless $ARGV[0] eq 'engine'; plan(48); use Cwd 'abs_path'; @@ -11,12 +13,6 @@ my $use_config = 1; # prepare data for - -# 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; #